Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/ec/
H A Dec_pmeth.c106 dctx->kdf_type = EVP_PKEY_ECDH_KDF_NONE; in pkey_ec_init()
256 if (dctx->kdf_type == EVP_PKEY_ECDH_KDF_NONE) in pkey_ec_kdf_derive()
346 if (p1 != EVP_PKEY_ECDH_KDF_NONE && p1 != EVP_PKEY_ECDH_KDF_X9_63) in pkey_ec_ctrl()
H A Dec.h496 #define EVP_PKEY_ECDH_KDF_NONE 1 macro
H A Dec_ameth.c943 if (EVP_PKEY_CTX_get_ecdh_kdf_type(pctx) != EVP_PKEY_ECDH_KDF_NONE) in ecdh_cms_encrypt()