Home
last modified time | relevance | path

Searched refs:EVP_PKEY_HKDF (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_hkdf_md.pod29 The EVP_PKEY_HKDF algorithm implements the HKDF key derivation function.
100 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL);
130 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL);
/freebsd/crypto/openssl/test/
H A Dpkey_meth_kdf_test.c88 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) { in test_kdf_hkdf()
89 TEST_error("EVP_PKEY_HKDF"); in test_kdf_hkdf()
/freebsd/contrib/libfido2/src/
H A Decdh.c52 (ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) { in hkdf_sha256()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h75 # define EVP_PKEY_HKDF NID_hkdf macro