Searched refs:fscrypt_prepare_key (Results 1 – 3 of 3) sorted by relevance
129 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key, in fscrypt_prepare_key() function161 return fscrypt_prepare_key(&ci->ci_enc_key, raw_key, ci); in fscrypt_set_per_file_enc_key()207 err = fscrypt_prepare_key(prep_key, mode_key, ci); in setup_per_mode_enc_key()
236 err = fscrypt_prepare_key(&dk->dk_key, raw_key, ci); in fscrypt_get_direct_key()
572 int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,