Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DDSA_new.pod5 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 DDSA_meth_new.pod164 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 DDSA_set_method.pod84 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_meth_new(3)>
H A DDSA_dup_DH.pod38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
H A DDSA_generate_key.pod37 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
H A DDSA_do_sign.pod47 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
H A DDSA_size.pod53 L<DSA_new(3)>, L<DSA_sign(3)>
H A DDSA_get0_pqg.pod105 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, L<DSA_generate_key(3)>,
H A DDSA_sign.pod66 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
H A DDSA_generate_parameters.pod117 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
H A DENGINE_add.pod655 L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>,
/openssl/include/openssl/
H A Ddsa.h107 (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
113 ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x)
130 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
/openssl/crypto/dsa/
H A Ddsa_depr.c40 if ((ret = DSA_new()) == NULL) in DSA_generate_parameters()
H A Ddsa_pmeth.c234 dsa = DSA_new(); in pkey_dsa_paramgen()
261 dsa = DSA_new(); in pkey_dsa_keygen()
H A Ddsa_asn1.c29 *pval = (ASN1_VALUE *)DSA_new(); in dsa_cb()
H A Ddsa_ameth.c56 if ((dsa = DSA_new()) == NULL) { in dsa_pub_decode()
246 to->pkey.dsa = DSA_new(); in dsa_copy_parameters()
H A Ddsa_lib.c207 DSA *DSA_new(void) in DSA_new() function
/openssl/test/
H A Ddsatest.c86 if (!TEST_ptr(dsa = DSA_new()) in dsa_test()
364 || !TEST_ptr(dsa = DSA_new())) in test_dsa_sig_infinite_loop()
448 || !TEST_ptr(dsa = DSA_new())) in test_dsa_sig_neg_param()
H A Ddsa_no_digest_size_test.c98 DSA *dsa = DSA_new(); in load_dsa_params()
H A Devp_libctx_test.c145 || !TEST_ptr(dsa = DSA_new()) in test_dsa_param_keygen()
/openssl/crypto/x509/
H A Dx_all.c399 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp()
409 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa); in d2i_DSA_PUBKEY_fp()
420 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio()
430 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa); in d2i_DSA_PUBKEY_bio()
/openssl/crypto/pem/
H A Dpvkfmt.c385 dsa = DSA_new(); in ossl_b2i_DSA_after_header()
/openssl/doc/
H A Dbuild.info986 DEPEND[html/man3/DSA_new.html]=man3/DSA_new.pod
987 GENERATE[html/man3/DSA_new.html]=man3/DSA_new.pod
988 DEPEND[man/man3/DSA_new.3]=man3/DSA_new.pod
989 GENERATE[man/man3/DSA_new.3]=man3/DSA_new.pod
3232 html/man3/DSA_new.html \
3890 man/man3/DSA_new.3 \
/openssl/doc/man7/
H A Dossl-guide-migration.pod1479 DSA_new(), DSA_free(), DSA_up_ref()
/openssl/util/
H A Dlibcrypto.num765 DSA_new 785 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA

Completed in 215 milliseconds