| /freebsd-10-stable/crypto/openssl/crypto/dsa/ |
| D | dsa_ameth.c | 162 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,
|
| D | dsa_pmeth.c | 225 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,
|
| D | dsa.h | 269 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
|
| /freebsd-10-stable/crypto/openssl/crypto/evp/ |
| D | e_dsa.c | 68 {EVP_PKEY_DSA, EVP_PKEY_DSA2, EVP_PKEY_DSA3, NULL},
|
| D | p_lib.c | 102 if (pkey->type == EVP_PKEY_DSA) { in EVP_PKEY_save_parameters() 298 if (pkey->type != EVP_PKEY_DSA) { in EVP_PKEY_get1_DSA()
|
| D | evp.h | 110 # 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/ |
| D | i2d_pu.c | 82 case EVP_PKEY_DSA: in i2d_PublicKey()
|
| D | d2i_pu.c | 106 case EVP_PKEY_DSA: in d2i_PublicKey()
|
| D | d2i_pr.c | 150 keytype = EVP_PKEY_DSA; in d2i_AutoPrivateKey()
|
| /freebsd-10-stable/crypto/openssl/crypto/x509/ |
| D | x509type.c | 87 case EVP_PKEY_DSA: in X509_certificate_type()
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | EVP_PKEY_set1_RSA.pod | 48 EVP_PKEY_DSA, EVP_PKEY_DH or EVP_PKEY_EC for the corresponding
|
| /freebsd-10-stable/crypto/openssl/crypto/pem/ |
| D | pvkfmt.c | 471 if (pk->type == EVP_PKEY_DSA) { in do_i2b() 826 if (pk->type == EVP_PKEY_DSA) in i2b_PVK()
|
| D | pem_info.c | 200 ptype = EVP_PKEY_DSA; in STACK_OF()
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| D | speed.c | 2085 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()
|
| D | x509.c | 755 if (pkey->type == EVP_PKEY_DSA) in MAIN()
|
| D | req.c | 637 && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) { in MAIN()
|
| /freebsd-10-stable/crypto/openssl/ssl/ |
| D | s3_both.c | 574 } else if (i == EVP_PKEY_DSA) { in ssl_cert_type()
|
| D | d1_srvr.c | 1446 if (pkey->type == EVP_PKEY_DSA) { in dtls1_send_server_key_exchange()
|
| D | d1_clnt.c | 1589 if (pkey->type == EVP_PKEY_DSA) { in dtls1_send_client_verify()
|
| D | ssltest.c | 416 else if (pkey->type == EVP_PKEY_DSA && pkey->pkey.dsa != NULL in print_details()
|
| D | t1_lib.c | 2416 {EVP_PKEY_DSA, TLSEXT_signature_dsa},
|
| /freebsd-10-stable/contrib/ldns/ |
| D | dnssec_sign.c | 446 if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) { in ldns_sign_public_evp()
|
| /freebsd-10-stable/contrib/ntp/util/ |
| D | ntp-keygen.c | 966 if (EVP_PKEY_base_id(parkey) == EVP_PKEY_DSA) in readkey()
|
| /freebsd-10-stable/contrib/wpa/src/crypto/ |
| D | tls_openssl.c | 1996 if (SSL_use_PrivateKey_ASN1(EVP_PKEY_DSA, conn->ssl, in tls_connection_private_key()
|
| /freebsd-10-stable/crypto/openssh/ |
| D | ssh-keygen.c | 631 case EVP_PKEY_DSA: in do_convert_from_pkcs8()
|