Home
last modified time | relevance | path

Searched refs:fscrypt_is_key_prepared (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/crypto/
Dfscrypt_private.h399 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() function
444 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() function
Dkeysetup.c207 if (fscrypt_is_key_prepared(prep_key, ci)) { in setup_per_mode_enc_key()
214 if (fscrypt_is_key_prepared(prep_key, ci)) in setup_per_mode_enc_key()
Dkeysetup_v1.c204 if (!fscrypt_is_key_prepared(&dk->dk_key, ci)) in find_or_insert_direct_key()