Lines Matching refs:fscrypt_prepared_key
176 struct fscrypt_prepared_key { struct
193 struct fscrypt_prepared_key ci_enc_key; argument
339 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
343 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key);
350 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
380 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
389 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
394 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
494 struct fscrypt_prepared_key mk_direct_keys[__FSCRYPT_MODE_MAX + 1];
495 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[__FSCRYPT_MODE_MAX + 1];
496 struct fscrypt_prepared_key mk_iv_ino_lblk_32_keys[__FSCRYPT_MODE_MAX + 1];
565 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,
568 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key);