Symbol: EVP_PKEY_DSA
crypto/openssh/ssh-keygen.c
738
case EVP_PKEY_DSA:
crypto/openssh/sshkey.c
3582
} else if (EVP_PKEY_base_id(pk) == EVP_PKEY_DSA &&
crypto/openssl/apps/lib/s_cb.c
240
case EVP_PKEY_DSA:
crypto/openssl/apps/speed.c
4346
ctx_params = EVP_PKEY_CTX_new_id(EVP_PKEY_DSA, NULL);
crypto/openssl/crypto/asn1/d2i_pr.c
208
keytype = EVP_PKEY_DSA;
crypto/openssl/crypto/asn1/d2i_pu.c
65
case EVP_PKEY_DSA:
crypto/openssl/crypto/asn1/i2d_evp.c
143
case EVP_PKEY_DSA:
crypto/openssl/crypto/dsa/dsa_ameth.c
130
aobj = OBJ_nid2obj(EVP_PKEY_DSA);
crypto/openssl/crypto/dsa/dsa_ameth.c
523
EVP_PKEY_DSA,
crypto/openssl/crypto/dsa/dsa_ameth.c
538
{ EVP_PKEY_DSA,
crypto/openssl/crypto/dsa/dsa_ameth.c
539
EVP_PKEY_DSA,
crypto/openssl/crypto/dsa/dsa_pmeth.c
259
EVP_PKEY_DSA,
crypto/openssl/crypto/evp/ctrl_params_translate.c
1621
case EVP_PKEY_DSA:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1742
case EVP_PKEY_DSA:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1766
case EVP_PKEY_DSA:
crypto/openssl/crypto/evp/ctrl_params_translate.c
1788
case EVP_PKEY_DSA:
crypto/openssl/crypto/evp/ctrl_params_translate.c
2159
{ OSSL_ACTION_SET, EVP_PKEY_DSA, 0, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2162
{ OSSL_ACTION_SET, EVP_PKEY_DSA, 0, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2165
{ OSSL_ACTION_SET, EVP_PKEY_DSA, 0, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/dsa_ctrl.c
129
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/dsa_ctrl.c
25
if (ctx->pmeth != NULL && ctx->pmeth->pkey_id != EVP_PKEY_DSA)
crypto/openssl/crypto/evp/p_lib.c
1068
{ EVP_PKEY_DSA, "DSA" },
crypto/openssl/crypto/evp/p_lib.c
1131
case EVP_PKEY_DSA:
crypto/openssl/crypto/evp/p_lib.c
769
case EVP_PKEY_DSA:
crypto/openssl/crypto/evp/p_lib.c
884
if (pkey->type != EVP_PKEY_DSA) {
crypto/openssl/crypto/evp/p_lib.c
96
if (pkey->type == EVP_PKEY_DSA) {
crypto/openssl/crypto/pem/pvkfmt.c
117
case EVP_PKEY_DSA:
crypto/openssl/crypto/pem/pvkfmt.c
71
(isdss == 0 ? EVP_PKEY_RSA : isdss == 1 ? EVP_PKEY_DSA \
crypto/openssl/crypto/pem/pvkfmt.c
84
if (!ossl_assert(evp_type == EVP_PKEY_RSA || evp_type == EVP_PKEY_DSA)) {
crypto/openssl/crypto/pem/pvkfmt.c
99
case EVP_PKEY_DSA:
crypto/openssl/crypto/x509/x509type.c
41
case EVP_PKEY_DSA:
crypto/openssl/include/openssl/evp.h
514
#define EVP_PKEY_assign_DSA(pkey, dsa) EVP_PKEY_assign((pkey), EVP_PKEY_DSA, \
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
440
#define dsa_evp_type EVP_PKEY_DSA
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
124
if ((isdss && ctx->desc->type != EVP_PKEY_DSA)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
651
#define dsa_evp_type EVP_PKEY_DSA
crypto/openssl/ssl/ssl_cert_table.h
16
{ EVP_PKEY_DSA, SSL_aDSS }, /* SSL_PKEY_DSA_SIGN */
crypto/openssl/ssl/t1_lib.c
2100
NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
crypto/openssl/ssl/t1_lib.c
2105
NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
crypto/openssl/ssl/t1_lib.c
2110
NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
crypto/openssl/ssl/t1_lib.c
2115
NID_sha224, SSL_MD_SHA224_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
crypto/openssl/ssl/t1_lib.c
2120
NID_sha1, SSL_MD_SHA1_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
crypto/openssl/ssl/t1_lib.c
2713
if (pkeyid == EVP_PKEY_DSA) {
crypto/openssl/ssl/t1_lib.c
3348
if (SSL_CONNECTION_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA)
crypto/openssl/ssl/t1_lib.c
3356
&& (lu->sig == EVP_PKEY_DSA || lu->hash_idx == SSL_MD_SHA1_IDX
crypto/openssl/ssl/t1_lib.c
3705
*psig = EVP_PKEY_DSA;
crypto/openssl/ssl/t1_lib.c
4097
rsign = EVP_PKEY_DSA;
crypto/openssl/ssl/t1_lib.c
4593
|| lu->sig == EVP_PKEY_DSA
crypto/openssl/test/endecode_test.c
600
itype = EVP_PKEY_DSA;
crypto/openssl/test/endecoder_legacy_test.c
132
{ "DSA", { "DSA", "type-specific" }, EVP_PKEY_DSA,
crypto/openssl/test/endecoder_legacy_test.c
232
{ "DSA", EVP_PKEY_DSA, DSA_params, NULL },
crypto/openssl/test/evp_extra_test.c
5580
id = EVP_PKEY_DSA;
crypto/openssl/test/evp_pkey_dparams_test.c
229
{ EVP_PKEY_DSA, dsaparam_bin, sizeof(dsaparam_bin) },
crypto/openssl/test/ssl_cert_table_internal_test.c
49
&& test_cert_table(EVP_PKEY_DSA, SSL_aDSS, SSL_PKEY_DSA_SIGN)
crypto/openssl/test/ssl_old_test.c
759
case EVP_PKEY_DSA: