Searched refs:fscrypt_prepare_key (Results 1 – 3 of 3) sorted by relevance
151 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() function182 return fscrypt_prepare_key(&ci->ci_enc_key, raw_key, ci); in fscrypt_set_per_file_enc_key()269 err = fscrypt_prepare_key(prep_key, raw_mode_key, ci); in setup_per_mode_enc_key()
193 err = fscrypt_prepare_key(&dk->dk_key, raw_key, ci); in fscrypt_get_direct_key()
716 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,