| /freebsd/crypto/openssl/doc/man3/ |
| H A D | DSA_new.pod | 5 DSA_new, DSA_free - allocate and free DSA objects 15 DSA* DSA_new(void); 24 DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to 33 If the allocation fails, DSA_new() returns B<NULL> and sets an error 43 L<DSA_new(3)>, L<ERR_get_error(3)>,
|
| H A D | DSA_meth_new.pod | 164 called in response to the application calling DSA_new() (if the current default 165 DSA_METHOD is this one) or DSA_new_method(). The DSA_new() and DSA_new_method() 205 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, L<DSA_generate_key(3)>,
|
| H A D | DSA_set_method.pod | 84 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_meth_new(3)>
|
| H A D | DSA_dup_DH.pod | 38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
|
| H A D | DSA_generate_key.pod | 37 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
| H A D | DSA_do_sign.pod | 47 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
| H A D | DSA_get0_pqg.pod | 105 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, L<DSA_generate_key(3)>,
|
| H A D | DSA_size.pod | 53 L<DSA_new(3)>, L<DSA_sign(3)>
|
| H A D | DSA_sign.pod | 66 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
| H A D | DSA_generate_parameters.pod | 117 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | dsa.h | 106 (DSA *)ASN1_d2i_fp((void *(*)(void))DSA_new, \ 112 ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x) 129 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
|
| /freebsd/crypto/openssl/crypto/dsa/ |
| H A D | dsa_depr.c | 40 if ((ret = DSA_new()) == NULL) in DSA_generate_parameters()
|
| H A D | dsa_pmeth.c | 221 dsa = DSA_new(); in pkey_dsa_paramgen() 248 dsa = DSA_new(); in pkey_dsa_keygen()
|
| H A D | dsa_asn1.c | 29 *pval = (ASN1_VALUE *)DSA_new(); in dsa_cb()
|
| H A D | dsa_ameth.c | 56 if ((dsa = DSA_new()) == NULL) { in dsa_pub_decode() 245 to->pkey.dsa = DSA_new(); in dsa_copy_parameters()
|
| H A D | dsa_lib.c | 206 DSA *DSA_new(void) in DSA_new() function
|
| /freebsd/crypto/openssl/test/ |
| H A D | dsatest.c | 232 if (!TEST_ptr(dsa = DSA_new()) in dsa_test() 510 || !TEST_ptr(dsa = DSA_new())) in test_dsa_sig_infinite_loop() 594 || !TEST_ptr(dsa = DSA_new())) in test_dsa_sig_neg_param()
|
| H A D | dsa_no_digest_size_test.c | 98 DSA *dsa = DSA_new(); in load_dsa_params()
|
| H A D | evp_libctx_test.c | 148 || !TEST_ptr(dsa = DSA_new()) in test_dsa_param_keygen()
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x_all.c | 404 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp() 414 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa); in d2i_DSA_PUBKEY_fp() 425 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio() 435 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa); in d2i_DSA_PUBKEY_bio()
|
| /freebsd/contrib/ntp/util/ |
| H A D | ntp-keygen.c | 1599 dsa = DSA_new(); in gen_mvkey() 1895 dsa2 = DSA_new(); in gen_mvkey() 1917 sdsa = DSA_new(); in gen_mvkey() 2238 DSA * dsa = DSA_new(); in genDsaParams()
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | keyraw.c | 251 if(!(dsa = DSA_new())) { in sldns_key_buf2dsa_raw()
|
| /freebsd/contrib/ldns/ |
| H A D | keys.c | 926 dsa = DSA_new(); in ldns_key_new_frm_fp_dsa_l() 1166 if (! (d = DSA_new())) { in ldns_key_new_frm_algorithm()
|
| H A D | dnssec.c | 377 if(!Q || !P || !G || !Y || !(dsa = DSA_new())) { in ldns_key_buf2dsa_raw()
|
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pvkfmt.c | 385 dsa = DSA_new(); in ossl_b2i_DSA_after_header()
|