Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dsa/
Ddsa_ameth.c118 aobj = OBJ_nid2obj(EVP_PKEY_DSA); in dsa_pub_encode()
521 EVP_PKEY_DSA,
526 EVP_PKEY_DSA,
531 EVP_PKEY_DSA,
536 EVP_PKEY_DSA,
540 EVP_PKEY_DSA,
541 EVP_PKEY_DSA,
Ddsa_pmeth.c243 EVP_PKEY_DSA,
/third_party/openssl/include/openssl/
Ddsa.h163 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
166 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
169 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
Devp.h45 # define EVP_PKEY_DSA NID_dsa macro
414 # define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
/third_party/openssl/ssl/
Dssl_cert_table.h16 {EVP_PKEY_DSA, SSL_aDSS}, /* SSL_PKEY_DSA_SIGN */
Dt1_lib.c745 NID_sha256, SSL_MD_SHA256_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
748 NID_sha384, SSL_MD_SHA384_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
751 NID_sha512, SSL_MD_SHA512_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
754 NID_sha224, SSL_MD_SHA224_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
757 NID_sha1, SSL_MD_SHA1_IDX, EVP_PKEY_DSA, SSL_PKEY_DSA_SIGN,
1039 if (pkeyid == EVP_PKEY_DSA) { in tls12_check_peer_sigalg()
1602 if (SSL_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA) in tls12_sigalg_allowed()
1606 && (lu->sig == EVP_PKEY_DSA || lu->hash_idx == SSL_MD_SHA1_IDX in tls12_sigalg_allowed()
1944 *psig = EVP_PKEY_DSA; in get_sigorhash()
2242 rsign = EVP_PKEY_DSA; in tls1_check_chain()
[all …]
/third_party/openssl/crypto/asn1/
Di2d_pu.c27 case EVP_PKEY_DSA: in i2d_PublicKey()
Dd2i_pu.c50 case EVP_PKEY_DSA: in d2i_PublicKey()
Dd2i_pr.c140 keytype = EVP_PKEY_DSA; in d2i_AutoPrivateKey()
/third_party/openssl/crypto/x509/
Dx509type.c41 case EVP_PKEY_DSA: in X509_certificate_type()
/third_party/openssl/test/
Dssl_cert_table_internal_test.c59 if (!test_cert_table(EVP_PKEY_DSA, SSL_aDSS, SSL_PKEY_DSA_SIGN)) in test_ssl_cert_table()
Dssltest_old.c758 case EVP_PKEY_DSA: in print_key_details()
/third_party/openssl/crypto/evp/
Dp_lib.c55 if (pkey->type == EVP_PKEY_DSA) { in EVP_PKEY_save_parameters()
500 if (pkey->type != EVP_PKEY_DSA) { in EVP_PKEY_get0_DSA()
/third_party/openssl/crypto/pem/
Dpem_info.c147 ptype = EVP_PKEY_DSA; in STACK_OF()
Dpvkfmt.c433 if (pktype == EVP_PKEY_DSA) { in do_i2b()
812 if (EVP_PKEY_id(pk) == EVP_PKEY_DSA) in i2b_PVK()
/third_party/openssl/doc/man3/
DSSL_CTX_set1_sigalgs.pod75 EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_DSA and EVP_PKEY_EC.
/third_party/openssl/apps/
Dreq.c587 && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) { in req_main()
601 if (pkey_type == EVP_PKEY_DSA && newkey > OPENSSL_DSA_MAX_MODULUS_BITS) in req_main()
Dx509.c719 if (EVP_PKEY_id(pkey) == EVP_PKEY_DSA) { in x509_main()
Ds_cb.c226 case EVP_PKEY_DSA: in get_sigtype()
/third_party/node/src/
Dnode_crypto.cc2217 case EVP_PKEY_DSA: in GetSharedSigalgs()
3387 case EVP_PKEY_DSA: in GetAsymmetricKeyType()
4596 if (base_id == EVP_PKEY_DSA) { in GetBytesOfRS()
4706 if (FIPS_mode() && EVP_PKEY_DSA == EVP_PKEY_base_id(key)) { in ValidateDSAParameters()
6144 EVPKeyCtxPointer param_ctx(EVP_PKEY_CTX_new_id(EVP_PKEY_DSA, nullptr)); in Setup()
6155 if (EVP_PKEY_CTX_ctrl(param_ctx.get(), EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, in Setup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c3854 if (SSL_use_PrivateKey_ASN1(EVP_PKEY_DSA, conn->ssl, in tls_connection_private_key()
5409 case EVP_PKEY_DSA: in openssl_pkey_type_str()
/third_party/curl/lib/vtls/
Dopenssl.c3685 case EVP_PKEY_DSA: in get_cert_chain()
/third_party/libcoap/src/
Dcoap_openssl.c900 case COAP_ASN1_PKEY_DSA: return EVP_PKEY_DSA; in map_key_type()