Home
last modified time | relevance | path

Searched defs:hkdf (Results 1 - 10 of 10) sorted by relevance

/third_party/node/lib/internal/crypto/
H A Dhkdf.js101 function hkdf(hash, key, salt, info, length, callback) { function
/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() argument
116 int fscrypt_hkdf_expand(const struct fscrypt_hkdf *hkdf, u8 context, in fscrypt_hkdf_expand() argument
179 void fscrypt_destroy_hkdf(struct fscrypt_hkdf *hkdf) in fscrypt_destroy_hkdf() argument
H A Dfscrypt_private.h415 struct fscrypt_hkdf hkdf; member
/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() argument
116 int fscrypt_hkdf_expand(const struct fscrypt_hkdf *hkdf, u8 context, in fscrypt_hkdf_expand() argument
179 void fscrypt_destroy_hkdf(struct fscrypt_hkdf *hkdf) in fscrypt_destroy_hkdf() argument
H A Dfscrypt_private.h418 struct fscrypt_hkdf hkdf; member
/third_party/libcoap/src/oscore/
H A Doscore_crypto.c113 coap_bin_const_t *hkdf = NULL; in oscore_hkdf_expand() local
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c312 struct hkdf hkdf in generate_session_key() local
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs859 fn hkdf() { in hkdf() functions
/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h211 struct hkdf { struct
213 uint8_t hkdf[HC_HKDF_LEN]; member
/third_party/mbedtls/library/
H A Dpsa_crypto.c5574 static psa_status_t psa_key_derivation_hkdf_read(psa_hkdf_key_derivation_t *hkdf, in psa_key_derivation_hkdf_read() argument
6720 psa_hkdf_input(psa_hkdf_key_derivation_t *hkdf, psa_algorithm_t kdf_alg, psa_key_derivation_step_t step, const uint8_t *data, size_t data_length) psa_hkdf_input() argument
[all...]

Completed in 14 milliseconds