Searched refs:fscrypt_prepare_key (Results 1 – 3 of 3) sorted by relevance
135 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() function169 return fscrypt_prepare_key(&ci->ci_enc_key, raw_key, ci); in fscrypt_set_per_file_enc_key()215 err = fscrypt_prepare_key(prep_key, mode_key, ci); in setup_per_mode_enc_key()
238 err = fscrypt_prepare_key(&dk->dk_key, raw_key, ci); in fscrypt_get_direct_key()
602 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,