Home
last modified time | relevance | path

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

12

/freebsd-10-stable/crypto/openssl/crypto/dsa/
Ddsa_ameth.c162 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA), in dsa_pub_encode()
624 EVP_PKEY_DSA,
629 EVP_PKEY_DSA,
634 EVP_PKEY_DSA,
639 EVP_PKEY_DSA,
643 EVP_PKEY_DSA,
644 EVP_PKEY_DSA,
Ddsa_pmeth.c225 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, in pkey_dsa_ctrl_str()
230 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, in pkey_dsa_ctrl_str()
278 EVP_PKEY_DSA,
Ddsa.h269 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
/freebsd-10-stable/crypto/openssl/crypto/evp/
De_dsa.c68 {EVP_PKEY_DSA, EVP_PKEY_DSA2, EVP_PKEY_DSA3, NULL},
Dp_lib.c102 if (pkey->type == EVP_PKEY_DSA) { in EVP_PKEY_save_parameters()
298 if (pkey->type != EVP_PKEY_DSA) { in EVP_PKEY_get1_DSA()
Devp.h110 # define EVP_PKEY_DSA NID_dsa macro
238 {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, \
474 # define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Di2d_pu.c82 case EVP_PKEY_DSA: in i2d_PublicKey()
Dd2i_pu.c106 case EVP_PKEY_DSA: in d2i_PublicKey()
Dd2i_pr.c150 keytype = EVP_PKEY_DSA; in d2i_AutoPrivateKey()
/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509type.c87 case EVP_PKEY_DSA: in X509_certificate_type()
/freebsd-10-stable/crypto/openssl/doc/crypto/
DEVP_PKEY_set1_RSA.pod48 EVP_PKEY_DSA, EVP_PKEY_DH or EVP_PKEY_EC for the corresponding
/freebsd-10-stable/crypto/openssl/crypto/pem/
Dpvkfmt.c471 if (pk->type == EVP_PKEY_DSA) { in do_i2b()
826 if (pk->type == EVP_PKEY_DSA) in i2b_PVK()
Dpem_info.c200 ptype = EVP_PKEY_DSA; in STACK_OF()
/freebsd-10-stable/crypto/openssl/apps/
Dspeed.c2085 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, &kk, dsa_key[j]); in MAIN()
2096 ret = DSA_sign(EVP_PKEY_DSA, buf, 20, buf2, &kk, dsa_key[j]); in MAIN()
2113 ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2, kk, dsa_key[j]); in MAIN()
2124 ret = DSA_verify(EVP_PKEY_DSA, buf, 20, buf2, kk, dsa_key[j]); in MAIN()
Dx509.c755 if (pkey->type == EVP_PKEY_DSA) in MAIN()
Dreq.c637 && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) { in MAIN()
/freebsd-10-stable/crypto/openssl/ssl/
Ds3_both.c574 } else if (i == EVP_PKEY_DSA) { in ssl_cert_type()
Dd1_srvr.c1446 if (pkey->type == EVP_PKEY_DSA) { in dtls1_send_server_key_exchange()
Dd1_clnt.c1589 if (pkey->type == EVP_PKEY_DSA) { in dtls1_send_client_verify()
Dssltest.c416 else if (pkey->type == EVP_PKEY_DSA && pkey->pkey.dsa != NULL in print_details()
Dt1_lib.c2416 {EVP_PKEY_DSA, TLSEXT_signature_dsa},
/freebsd-10-stable/contrib/ldns/
Ddnssec_sign.c446 if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) { in ldns_sign_public_evp()
/freebsd-10-stable/contrib/ntp/util/
Dntp-keygen.c966 if (EVP_PKEY_base_id(parkey) == EVP_PKEY_DSA) in readkey()
/freebsd-10-stable/contrib/wpa/src/crypto/
Dtls_openssl.c1996 if (SSL_use_PrivateKey_ASN1(EVP_PKEY_DSA, conn->ssl, in tls_connection_private_key()
/freebsd-10-stable/crypto/openssh/
Dssh-keygen.c631 case EVP_PKEY_DSA: in do_convert_from_pkcs8()

12