Home
last modified time | relevance | path

Searched refs:EVP_PKEY_HKDF (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c357 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL); in ngtcp2_crypto_hkdf_extract()
412 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL); in ngtcp2_crypto_hkdf_expand()
466 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL); in ngtcp2_crypto_hkdf()
/third_party/node/src/crypto/
H A Dcrypto_hkdf.cc108 EVPKeyCtxPointer(EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, nullptr)); in DeriveBits()
/third_party/openssl/test/
H A Dpkey_meth_kdf_test.c75 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) { in test_kdf_hkdf()
76 TEST_error("EVP_PKEY_HKDF"); in test_kdf_hkdf()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs92 pub const HKDF: Id = Id(ffi::EVP_PKEY_HKDF);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs28 pub const EVP_PKEY_HKDF: c_int = NID_hkdf; consts
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h58 # define EVP_PKEY_HKDF NID_hkdf macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h75 # define EVP_PKEY_HKDF NID_hkdf macro
/third_party/openssl/include/openssl/
H A Devp.h75 # define EVP_PKEY_HKDF NID_hkdf macro
/third_party/libcoap/src/
H A Dcoap_openssl.c1047 return EVP_PKEY_HKDF; in map_key_type()

Completed in 17 milliseconds