Home
last modified time | relevance | path

Searched refs:EVP_PKEY_ECDH_KDF_X9_63 (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/include/openssl/
Dec.h1471 # define EVP_PKEY_ECDH_KDF_X9_63 2 macro
1477 # define EVP_PKEY_ECDH_KDF_X9_62 EVP_PKEY_ECDH_KDF_X9_63
/third_party/openssl/crypto/ec/
Dec_ameth.c724 if (EVP_PKEY_CTX_set_ecdh_kdf_type(pctx, EVP_PKEY_ECDH_KDF_X9_63) <= 0) in ecdh_cms_set_kdf_param()
889 kdf_type = EVP_PKEY_ECDH_KDF_X9_63; in ecdh_cms_encrypt()
Dec_pmeth.c284 if (p1 != EVP_PKEY_ECDH_KDF_NONE && p1 != EVP_PKEY_ECDH_KDF_X9_63) in pkey_ec_ctrl()
/third_party/openssl/doc/man3/
DEVP_PKEY_CTX_ctrl.pod394 and B<EVP_PKEY_ECDH_KDF_X9_63> which uses the key derivation specified in X9.63.
400 B<EVP_PKEY_ECDH_KDF_NONE> and B<EVP_PKEY_ECDH_KDF_X9_63>.
/third_party/openssl/
DCHANGES740 *) Added EVP_PKEY_ECDH_KDF_X9_63 and ecdh_KDF_X9_63() as replacements for