Searched refs:EVP_PKEY_DH (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509type.c92 case EVP_PKEY_DH:
H A Dx509_req.c142 if (k->type == EVP_PKEY_DH)
H A Dx509_cmp.c420 if (k->type == EVP_PKEY_DH)
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dp_lib.c303 case EVP_PKEY_DH:
417 if(pkey->type != EVP_PKEY_DH) {
439 case EVP_PKEY_DH:
440 return(EVP_PKEY_DH);
496 case EVP_PKEY_DH:
H A Devp.h120 #define EVP_PKEY_DH NID_dhKeyAgreement macro
450 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.c1738 #define EVP_PKEY_assign_DH(pkey, dh) EVP_PKEY_assign((pkey), EVP_PKEY_DH, (char *)(dh))
1820 case EVP_PKEY_DH:
1821 return (EVP_PKEY_DH);
1869 case EVP_PKEY_DH:
H A Dossl-evp.h461 #define EVP_PKEY_DH NID_dhKeyAgreement macro
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey.c91 case EVP_PKEY_DH:
H A Dossl_pkey_dh.c17 if (EVP_PKEY_type((pkey)->type) != EVP_PKEY_DH) { /* PARANOIA? */ \
69 if (EVP_PKEY_type(pkey->type) != EVP_PKEY_DH) {
H A Dossl_ssl.c283 if (EVP_PKEY_type(pkey->type) != EVP_PKEY_DH) return Qfalse;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Devp.h166 #define EVP_PKEY_DH NID_dhKeyAgreement macro
428 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Devp.h120 #define EVP_PKEY_DH NID_dhKeyAgreement macro
450 #define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c2322 case EVP_PKEY_DH:

Completed in 520 milliseconds