Home
last modified time | relevance | path

Searched refs:fscrypt_hkdf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
H A Dhkdf.c68 int fscrypt_init_hkdf(struct fscrypt_hkdf *hkdf, const u8 *master_key, in fscrypt_init_hkdf()
116 int fscrypt_hkdf_expand(const struct fscrypt_hkdf *hkdf, u8 context, in fscrypt_hkdf_expand()
179 void fscrypt_destroy_hkdf(struct fscrypt_hkdf *hkdf) in fscrypt_destroy_hkdf()
H A Dfscrypt_private.h304 struct fscrypt_hkdf { struct
308 int fscrypt_init_hkdf(struct fscrypt_hkdf *hkdf, const u8 *master_key,
326 int fscrypt_hkdf_expand(const struct fscrypt_hkdf *hkdf, u8 context,
330 void fscrypt_destroy_hkdf(struct fscrypt_hkdf *hkdf);
415 struct fscrypt_hkdf hkdf;
/kernel/linux/linux-6.6/fs/crypto/
H A Dhkdf.c68 int fscrypt_init_hkdf(struct fscrypt_hkdf *hkdf, const u8 *master_key, in fscrypt_init_hkdf()
116 int fscrypt_hkdf_expand(const struct fscrypt_hkdf *hkdf, u8 context, in fscrypt_hkdf_expand()
179 void fscrypt_destroy_hkdf(struct fscrypt_hkdf *hkdf) in fscrypt_destroy_hkdf()
H A Dfscrypt_private.h305 struct fscrypt_hkdf { struct
309 int fscrypt_init_hkdf(struct fscrypt_hkdf *hkdf, const u8 *master_key,
327 int fscrypt_hkdf_expand(const struct fscrypt_hkdf *hkdf, u8 context,
331 void fscrypt_destroy_hkdf(struct fscrypt_hkdf *hkdf);
418 struct fscrypt_hkdf hkdf;

Completed in 5 milliseconds