Searched defs:hkdf (Results 1 - 10 of 10) sorted by relevance
| /third_party/node/lib/internal/crypto/ |
| H A D | hkdf.js | 101 function hkdf(hash, key, salt, info, length, callback) { function
|
| /kernel/linux/linux-5.10/fs/crypto/ |
| H A D | hkdf.c | 68 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 D | fscrypt_private.h | 415 struct fscrypt_hkdf hkdf; member
|
| /kernel/linux/linux-6.6/fs/crypto/ |
| H A D | hkdf.c | 68 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 D | fscrypt_private.h | 418 struct fscrypt_hkdf hkdf; member
|
| /third_party/libcoap/src/oscore/ |
| H A D | oscore_crypto.c | 113 coap_bin_const_t *hkdf = NULL; in oscore_hkdf_expand() local
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
| H A D | pake_client.c | 312 struct hkdf hkdf in generate_session_key() local [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | pkey_ctx.rs | 859 fn hkdf() { in hkdf() functions
|
| /base/security/device_auth/frameworks/deviceauth_lite/inc/base/ |
| H A D | base.h | 211 struct hkdf { struct 213 uint8_t hkdf[HC_HKDF_LEN]; member
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 5574 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