Home
last modified time | relevance | path

Searched refs:fscrypt_prepared_key (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/crypto/
Dfscrypt_private.h205 struct fscrypt_prepared_key { struct
222 struct fscrypt_prepared_key ci_enc_key; argument
387 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key,
392 struct fscrypt_prepared_key *prep_key);
399 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
429 fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
439 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
444 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared()
575 struct fscrypt_prepared_key mk_direct_keys[FSCRYPT_MODE_MAX + 1];
576 struct fscrypt_prepared_key mk_iv_ino_lblk_64_keys[FSCRYPT_MODE_MAX + 1];
[all …]
Dkeysetup.c150 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key()
173 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_prepared_key()
190 struct fscrypt_prepared_key *keys, in setup_per_mode_enc_key()
197 struct fscrypt_prepared_key *prep_key; in setup_per_mode_enc_key()
Dinline_crypt.c152 int fscrypt_prepare_inline_crypt_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_inline_crypt_key()
209 struct fscrypt_prepared_key *prep_key) in fscrypt_destroy_inline_crypt_key()
Dkeysetup_v1.c150 struct fscrypt_prepared_key dk_key;