fcrypt_key
void fcrypt_preparekey(struct fcrypt_key *key, const u8 raw_key[FCRYPT_BSIZE]);
void fcrypt_pcbc_encrypt(const struct fcrypt_key *key,
void fcrypt_pcbc_decrypt(const struct fcrypt_key *key,
struct fcrypt_key *cipher; /* encryption key */
static __be64 fcrypt_encrypt(const struct fcrypt_key *key, __be64 ptext)
static __be64 fcrypt_decrypt(const struct fcrypt_key *key, __be64 ctext)
void fcrypt_preparekey(struct fcrypt_key *key, const u8 raw_key[FCRYPT_BSIZE])
void fcrypt_pcbc_encrypt(const struct fcrypt_key *key,
void fcrypt_pcbc_decrypt(const struct fcrypt_key *key,
struct fcrypt_key *ci;
const struct fcrypt_key *cipher)
const struct fcrypt_key *cipher);
struct fcrypt_key cipher;
struct fcrypt_key key;