File: crypto.h

package info (click to toggle)
apfsprogs 0%2Bgit20230206%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,036 kB
  • sloc: ansic: 14,691; makefile: 123
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef _CRYPTO_H
#define _CRYPTO_H

#include <apfs/aes.h>
#include <apfs/raw.h>
#include <apfs/types.h>

extern void check_keybag(u64 bno, u64 count);

#endif	/* _CRYPTO_H */