Lines Matching refs:fscrypt_prepared_key
179 struct fscrypt_prepared_key { struct
196 struct fscrypt_prepared_key ci_enc_key; argument
341 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
345 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key);
352 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
382 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
391 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
396 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
489 struct fscrypt_prepared_key mk_direct_keys[FSCRYPT_MODE_MAX + 1];
490 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[FSCRYPT_MODE_MAX + 1];
491 struct fscrypt_prepared_key mk_iv_ino_lblk_32_keys[FSCRYPT_MODE_MAX + 1];
560 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,
563 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key);