Home
last modified time | relevance | path

Searched refs:EVP_PKEY_DH (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Ddh.h188 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
192 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
H A Devp.h109 #define EVP_PKEY_DH NID_dhKeyAgreement macro
320 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_ameth.c167 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DH), ptype, in dh_pub_encode()
504 .pkey_id = EVP_PKEY_DH,
505 .pkey_base_id = EVP_PKEY_DH,
H A Ddh_pmeth.c251 .pkey_id = EVP_PKEY_DH,
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509type.c92 case EVP_PKEY_DH: in X509_certificate_type()
H A Dx509_req.c162 if (k->type == EVP_PKEY_DH) { in X509_REQ_check_private_key()
/dragonfly/crypto/libressl/crypto/evp/
H A Dp_lib.c449 if (pkey->type != EVP_PKEY_DH) { in EVP_PKEY_get0_DH()
459 if (pkey->type != EVP_PKEY_DH) { in EVP_PKEY_get1_DH()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c275 case EVP_PKEY_DH: in ssl_print_tmp_key()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c5151 case EVP_PKEY_DH: in openssl_pkey_type_str()