Searched defs:hkdf (Results 1 - 4 of 4) sorted by relevance
/third_party/node/lib/internal/crypto/ |
H A D | hkdf.js | 101 function hkdf(hash, key, salt, info, length, callback) { function
|
/third_party/libcoap/src/oscore/ |
H A D | oscore_crypto.c | 113 coap_bin_const_t *hkdf = NULL; in oscore_hkdf_expand() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 859 fn hkdf() { in hkdf() functions
|
/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 10 milliseconds