Searched refs:fscrypt_prepare_key (Results 1 – 3 of 3) sorted by relevance
153 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() function190 return fscrypt_prepare_key(&ci->ci_enc_key, raw_key, ci); in fscrypt_set_per_file_enc_key()261 err = fscrypt_prepare_key(prep_key, mode_key, ci); in setup_per_mode_enc_key()
230 err = fscrypt_prepare_key(&dk->dk_key, raw_key, ci); in fscrypt_get_direct_key()
726 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,
Completed in 8 milliseconds