Home
last modified time | relevance | path

Searched refs:EVP_PKEY_DSA (Results 1 – 18 of 18) sorted by relevance

/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c169 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA), ptype, str, in dsa_pub_encode()
685 .pkey_base_id = EVP_PKEY_DSA,
691 .pkey_base_id = EVP_PKEY_DSA,
697 .pkey_base_id = EVP_PKEY_DSA,
703 .pkey_base_id = EVP_PKEY_DSA,
708 .pkey_id = EVP_PKEY_DSA,
709 .pkey_base_id = EVP_PKEY_DSA,
H A Ddsa_pmeth.c266 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, in pkey_dsa_ctrl_str()
270 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, in pkey_dsa_ctrl_str()
324 .pkey_id = EVP_PKEY_DSA,
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_pubkey.c110 case EVP_PKEY_DSA: in d2i_PublicKey()
149 case EVP_PKEY_DSA: in i2d_PublicKey()
H A Dx_pubkey.c268 case EVP_PKEY_DSA: in pubkey_ex_d2i()
319 case EVP_PKEY_DSA: in pubkey_ex_i2d()
554 return pubkey_ex_d2i(EVP_PKEY_DSA, pval, in, len, it); in dsa_pubkey_ex_d2i()
561 return pubkey_ex_i2d(EVP_PKEY_DSA, pval, out, it); in dsa_pubkey_ex_i2d()
H A Da_pkey.c162 keytype = EVP_PKEY_DSA; in d2i_AutoPrivateKey()
/dragonfly/crypto/libressl/crypto/evp/
H A Dp_lib.c120 if (pkey->type == EVP_PKEY_DSA) { in EVP_PKEY_save_parameters()
384 if (pkey->type != EVP_PKEY_DSA) { in EVP_PKEY_get0_DSA()
394 if (pkey->type != EVP_PKEY_DSA) { in EVP_PKEY_get1_DSA()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509type.c86 case EVP_PKEY_DSA: in X509_certificate_type()
/dragonfly/crypto/libressl/include/openssl/
H A Ddsa.h230 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
H A Devp.h104 #define EVP_PKEY_DSA NID_dsa macro
315 #define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
/dragonfly/contrib/ldns/
H A Ddnssec_sign.c531 if (EVP_PKEY_get_base_id(key) == EVP_PKEY_DSA) {
533 if (EVP_PKEY_base_id(key) == EVP_PKEY_DSA) {
535 if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) {
/dragonfly/crypto/libressl/crypto/pem/
H A Dpvkfmt.c488 if (pk->type == EVP_PKEY_DSA) { in do_i2b()
867 if (pk->type == EVP_PKEY_DSA) in i2b_PVK()
H A Dpem_info.c196 ptype = EVP_PKEY_DSA; in STACK_OF()
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1587 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, in speed_main()
1599 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, in speed_main()
1617 ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2, in speed_main()
1629 ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2, in speed_main()
H A Dx509.c1060 } else if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) { in x509_main()
H A Dreq.c761 …if (req_config.newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)… in req_main()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c3706 if (SSL_use_PrivateKey_ASN1(EVP_PKEY_DSA, conn->ssl, in tls_connection_private_key()
5149 case EVP_PKEY_DSA: in openssl_pkey_type_str()
/dragonfly/crypto/openssh/
H A Dssh-keygen.c707 case EVP_PKEY_DSA: in do_convert_from_pkcs8()
H A Dsshkey.c4655 } else if (EVP_PKEY_base_id(pk) == EVP_PKEY_DSA && in sshkey_parse_private_pem_fileblob()