Searched refs:fscrypt_hkdf_expand (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/crypto/ |
| H A D | hkdf.c | 72 void fscrypt_hkdf_expand(const struct hmac_sha512_key *hkdf, u8 context, in fscrypt_hkdf_expand() function
|
| H A D | keysetup.c | 256 fscrypt_hkdf_expand(&mk->mk_secret.hkdf, hkdf_context, hkdf_info, in setup_per_mode_enc_key() 282 fscrypt_hkdf_expand(&mk->mk_secret.hkdf, context, info, infolen, in fscrypt_derive_siphash_key() 386 fscrypt_hkdf_expand(&mk->mk_secret.hkdf, in fscrypt_setup_v2_file_key()
|
| H A D | keyring.c | 597 fscrypt_hkdf_expand(&secret->hkdf, keyid_kdf_ctx, NULL, 0, in add_master_key() 840 fscrypt_hkdf_expand(&secret.hkdf, in fscrypt_get_test_dummy_key_identifier()
|
| H A D | fscrypt_private.h | 404 void fscrypt_hkdf_expand(const struct hmac_sha512_key *hkdf, u8 context,
|