Home
last modified time | relevance | path

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

/fs/crypto/
Dkeysetup.c174 if (fscrypt_is_key_prepared(prep_key, ci)) { in setup_per_mode_key()
181 if (fscrypt_is_key_prepared(prep_key, ci)) in setup_per_mode_key()
194 if (fscrypt_is_key_prepared(&keys[i], ci)) { in setup_per_mode_key()
Dfscrypt_private.h351 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() function
402 fscrypt_is_key_prepared(struct fscrypt_prepared_key *prep_key, in fscrypt_is_key_prepared() function
Dkeysetup_v1.c202 if (!fscrypt_is_key_prepared(&dk->dk_key, ci)) in find_or_insert_direct_key()