Searched refs:fscrypt_prepared_key (Results 1 – 4 of 4) sorted by relevance
184 struct fscrypt_prepared_key { struct201 struct fscrypt_prepared_key ci_enc_key; argument357 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()387 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()396 fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()401 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()498 struct fscrypt_prepared_key mk_direct_keys[FSCRYPT_MODE_MAX + 1];499 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[FSCRYPT_MODE_MAX + 1];500 struct fscrypt_prepared_key mk_iv_ino_lblk_32_keys[FSCRYPT_MODE_MAX + 1];570 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,[all …]
129 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key()151 void fscrypt_destroy_prepared_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key()166 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key()173 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key()
126 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()192 void fscrypt_destroy_inline_crypt_key(struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
149 struct fscrypt_prepared_key dk_key;
Completed in 9 milliseconds