Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dh.c105 if (EVP_PKEY_CTX_set_dh_kdf_type(pctx, EVP_PKEY_DH_KDF_X9_42) <= 0 in dh_cms_set_shared_info()
251 kdf_type = EVP_PKEY_DH_KDF_X9_42; in dh_cms_encrypt()
254 } else if (kdf_type != EVP_PKEY_DH_KDF_X9_42) in dh_cms_encrypt()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c173 if (p1 != EVP_PKEY_DH_KDF_NONE && p1 != EVP_PKEY_DH_KDF_X9_42) in pkey_dh_ctrl()
432 else if (dctx->kdf_type == EVP_PKEY_DH_KDF_X9_42) { in pkey_dh_derive()
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h80 # define EVP_PKEY_DH_KDF_X9_42 2 macro
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_ctrl.pod510 B<EVP_PKEY_DH_KDF_X9_42> which uses the key derivation specified in RFC2631
516 B<EVP_PKEY_DH_KDF_X9_42>.
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c929 { EVP_PKEY_DH_KDF_X9_42, OSSL_KDF_NAME_X942KDF_ASN1 }, in fix_dh_kdf_type()