Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c146 if (EVP_PKEY_CTX_set_ecdh_kdf_type(pctx, EVP_PKEY_ECDH_KDF_X9_63) <= 0) in ecdh_cms_set_kdf_param()
307 kdf_type = EVP_PKEY_ECDH_KDF_X9_63; in ecdh_cms_encrypt()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h67 # define EVP_PKEY_ECDH_KDF_X9_63 2 macro
74 # define EVP_PKEY_ECDH_KDF_X9_62 EVP_PKEY_ECDH_KDF_X9_63
/freebsd/crypto/openssl/crypto/ec/
H A Dec_pmeth.c321 if (p1 != EVP_PKEY_ECDH_KDF_NONE && p1 != EVP_PKEY_ECDH_KDF_X9_63) in pkey_ec_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_ctrl.pod593 and B<EVP_PKEY_ECDH_KDF_X9_63> which uses the key derivation specified in X9.63.
599 B<EVP_PKEY_ECDH_KDF_NONE> and B<EVP_PKEY_ECDH_KDF_X9_63>.
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c943 { EVP_PKEY_ECDH_KDF_X9_63, OSSL_KDF_NAME_X963KDF }, in fix_ec_kdf_type()
/freebsd/crypto/openssl/
H A DCHANGES.md2377 * Added EVP_PKEY_ECDH_KDF_X9_63 and ecdh_KDF_X9_63() as replacements for