Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_pmeth.c57 dctx->kdf_type = EVP_PKEY_ECDH_KDF_NONE; in pkey_ec_init()
222 if (dctx->kdf_type == EVP_PKEY_ECDH_KDF_NONE) in pkey_ec_kdf_derive()
321 if (p1 != EVP_PKEY_ECDH_KDF_NONE && p1 != EVP_PKEY_ECDH_KDF_X9_63) in pkey_ec_ctrl()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c306 if (kdf_type == EVP_PKEY_ECDH_KDF_NONE) { in ecdh_cms_encrypt()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h66 # define EVP_PKEY_ECDH_KDF_NONE 1 macro
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_ctrl.pod592 I<kdf> for ECDH key derivation. Possible values are B<EVP_PKEY_ECDH_KDF_NONE>
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.c942 { EVP_PKEY_ECDH_KDF_NONE, "" }, in fix_ec_kdf_type()