Searched refs:EVP_PKEY_DSA (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A De_dsa.c69 {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3,NULL},
H A Dp_lib.c88 else if (pkey->type == EVP_PKEY_DSA)
128 if (pkey->type == EVP_PKEY_DSA)
142 if (pkey->type == EVP_PKEY_DSA)
178 if (to->type == EVP_PKEY_DSA)
214 if (pkey->type == EVP_PKEY_DSA)
237 if ((a->type == EVP_PKEY_DSA) && (b->type == EVP_PKEY_DSA))
279 case EVP_PKEY_DSA:
373 if(pkey->type != EVP_PKEY_DSA) {
433 case EVP_PKEY_DSA
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509type.c86 case EVP_PKEY_DSA:
105 case EVP_PKEY_DSA:
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Di2d_pu.c83 case EVP_PKEY_DSA:
H A Di2d_pr.c84 if (a->type == EVP_PKEY_DSA)
H A Dd2i_pr.c105 case EVP_PKEY_DSA:
155 keytype = EVP_PKEY_DSA;
H A Dd2i_pu.c105 case EVP_PKEY_DSA:
H A Dt_spki.c96 if (pkey->type == EVP_PKEY_DSA)
H A Dx_pubkey.c122 else if (pkey->type == EVP_PKEY_DSA)
296 else if (ret->type == EVP_PKEY_DSA)
H A Dt_req.c162 if (pkey->type == EVP_PKEY_DSA)
/macosx-10.10/OpenSSL098-52/src/crypto/pem/
H A Dpem_pkey.c85 ret=d2i_PrivateKey(EVP_PKEY_DSA,x,&p,len);
H A Dpem_all.c437 case EVP_PKEY_DSA:
476 IMPLEMENT_PEM_write_cb(PrivateKey, EVP_PKEY, ((x->type == EVP_PKEY_DSA)?PEM_STRING_DSA:\
/macosx-10.10/OpenSSL098-52/src/fips/dsa/
H A Dfips_dsa_key.c85 pk.type = EVP_PKEY_DSA;
H A Dfips_dsa_sign.c249 {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, EVP_PKEY_DSA4,0},
H A Dfips_dssvs.c402 pk.type = EVP_PKEY_DSA;
482 pk.type = EVP_PKEY_DSA;
H A Dfips_dsa_selftest.c153 pk.type = EVP_PKEY_DSA;
/macosx-10.10/OpenSSH-189/
H A Dtest_encrypt.c105 case EVP_PKEY_DSA:
119 } else if (a->type == EVP_PKEY_DSA) {
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-pem.c492 case EVP_PKEY_DSA:
533 ret = d2i_PrivateKey(EVP_PKEY_DSA, x, &p, len);
556 case EVP_PKEY_DSA:
614 } else if (a->type == EVP_PKEY_DSA) {
1153 case EVP_PKEY_DSA:
1186 case EVP_PKEY_DSA:
1262 case EVP_PKEY_DSA:
1294 } else if (pkey->type == EVP_PKEY_DSA) {
1466 if (ret->type == EVP_PKEY_DSA) {
H A Dossl-evp.c1737 #define EVP_PKEY_assign_DSA(pkey, dsa) EVP_PKEY_assign((pkey), EVP_PKEY_DSA, (char *)(dsa))
1784 if (pkey->type != EVP_PKEY_DSA) {
1813 case EVP_PKEY_DSA:
1818 return (EVP_PKEY_DSA);
1860 case EVP_PKEY_DSA:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Devp.h161 #define EVP_PKEY_DSA NID_dsa macro
288 {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, \
426 #define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs7/
H A Dpk7_lib.c371 if (pkey->type == EVP_PKEY_DSA || pkey->type == EVP_PKEY_EC)
414 else if (nid == EVP_PKEY_DSA)
/macosx-10.10/OpenSSL098-52/src/test/
H A Dfips_dssvs.c402 pk.type = EVP_PKEY_DSA;
482 pk.type = EVP_PKEY_DSA;
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_dsa.c17 if (EVP_PKEY_type((pkey)->type) != EVP_PKEY_DSA) { /* PARANOIA? */ \
63 if (EVP_PKEY_type(pkey->type) != EVP_PKEY_DSA) {
H A Dossl_pkey.c87 case EVP_PKEY_DSA:
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c793 if (pkey->type == EVP_PKEY_DSA)
921 if (Upkey->type == EVP_PKEY_DSA)
945 if (CApkey->type == EVP_PKEY_DSA)
980 if (pk->type == EVP_PKEY_DSA)

Completed in 517 milliseconds

123