Lines Matching refs:fscrypt_prepared_key
173 * struct fscrypt_prepared_key - a key prepared for actual encryption/decryption
179 struct fscrypt_prepared_key {
196 struct fscrypt_prepared_key ci_enc_key;
342 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
346 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key);
353 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key,
383 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
392 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key)
397 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key,
517 struct fscrypt_prepared_key mk_direct_keys[FSCRYPT_MODE_MAX + 1];
518 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[FSCRYPT_MODE_MAX + 1];
519 struct fscrypt_prepared_key mk_iv_ino_lblk_32_keys[FSCRYPT_MODE_MAX + 1];
593 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,
596 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key);