Symbol: EVP_PKEY_DSA
crypto/libressl/apps/openssl/req.c
761
if (req_config.newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) {
crypto/libressl/apps/openssl/speed.c
1587
ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2,
crypto/libressl/apps/openssl/speed.c
1599
ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2,
crypto/libressl/apps/openssl/speed.c
1617
ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2,
crypto/libressl/apps/openssl/speed.c
1629
ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2,
crypto/libressl/apps/openssl/x509.c
1060
} else if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) {
crypto/libressl/crypto/asn1/a_pkey.c
162
keytype = EVP_PKEY_DSA;
crypto/libressl/crypto/asn1/a_pubkey.c
110
case EVP_PKEY_DSA:
crypto/libressl/crypto/asn1/a_pubkey.c
149
case EVP_PKEY_DSA:
crypto/libressl/crypto/asn1/x_pubkey.c
268
case EVP_PKEY_DSA:
crypto/libressl/crypto/asn1/x_pubkey.c
319
case EVP_PKEY_DSA:
crypto/libressl/crypto/asn1/x_pubkey.c
554
return pubkey_ex_d2i(EVP_PKEY_DSA, pval, in, len, it);
crypto/libressl/crypto/asn1/x_pubkey.c
561
return pubkey_ex_i2d(EVP_PKEY_DSA, pval, out, it);
crypto/libressl/crypto/dsa/dsa_ameth.c
169
if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA), ptype, str,
crypto/libressl/crypto/dsa/dsa_ameth.c
685
.pkey_base_id = EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_ameth.c
691
.pkey_base_id = EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_ameth.c
697
.pkey_base_id = EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_ameth.c
703
.pkey_base_id = EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_ameth.c
708
.pkey_id = EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_ameth.c
709
.pkey_base_id = EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_pmeth.c
266
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_pmeth.c
270
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_pmeth.c
324
.pkey_id = EVP_PKEY_DSA,
crypto/libressl/crypto/evp/p_lib.c
120
if (pkey->type == EVP_PKEY_DSA) {
crypto/libressl/crypto/evp/p_lib.c
384
if (pkey->type != EVP_PKEY_DSA) {
crypto/libressl/crypto/evp/p_lib.c
394
if (pkey->type != EVP_PKEY_DSA) {
crypto/libressl/crypto/pem/pem_info.c
196
ptype = EVP_PKEY_DSA;
crypto/libressl/crypto/pem/pvkfmt.c
488
if (pk->type == EVP_PKEY_DSA) {
crypto/libressl/crypto/pem/pvkfmt.c
867
if (pk->type == EVP_PKEY_DSA)
crypto/libressl/crypto/x509/x509type.c
86
case EVP_PKEY_DSA:
crypto/libressl/include/openssl/dsa.h
230
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
crypto/libressl/include/openssl/evp.h
315
#define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
crypto/openssh/ssh-keygen.c
718
case EVP_PKEY_DSA:
crypto/openssh/sshkey.c
3476
} else if (EVP_PKEY_base_id(pk) == EVP_PKEY_DSA &&