Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
DDSA_new.pod5 DSA_new, DSA_free - allocate and free DSA objects
11 DSA* DSA_new(void);
17 DSA_new() allocates and initializes a B<DSA> structure. It is equivalent to
26 If the allocation fails, DSA_new() returns B<NULL> and sets an error
35 L<DSA_new(3)>, L<ERR_get_error(3)>,
DDSA_meth_new.pod157 called in response to the application calling DSA_new() (if the current default
158 DSA_METHOD is this one) or DSA_new_method(). The DSA_new() and DSA_new_method()
198 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, L<DSA_generate_key(3)>,
DDSA_set_method.pod77 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_meth_new(3)>
DDSA_dup_DH.pod30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
DDSA_generate_key.pod29 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
DDSA_size.pod37 L<DSA_new(3)>, L<DSA_sign(3)>
DDSA_do_sign.pod39 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
DDSA_get0_pqg.pod97 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, L<DSA_generate_key(3)>,
DDSA_SIG_new.pod46 L<DSA_new(3)>, L<ERR_get_error(3)>,
DDSA_sign.pod58 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
DDSA_generate_parameters.pod109 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
/third_party/openssl/include/openssl/
Ddsa.h67 # define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
71 # define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x)
93 DSA *DSA_new(void);
/third_party/openssl/crypto/dsa/
Ddsa_depr.c44 if ((ret = DSA_new()) == NULL)
Ddsa_pmeth.c209 dsa = DSA_new(); in pkey_dsa_paramgen()
232 dsa = DSA_new(); in pkey_dsa_keygen()
Ddsa_asn1.c65 *pval = (ASN1_VALUE *)DSA_new(); in dsa_cb()
Ddsa_ameth.c47 if ((dsa = DSA_new()) == NULL) { in dsa_pub_decode()
284 to->pkey.dsa = DSA_new(); in dsa_copy_parameters()
Ddsa_lib.c19 DSA *DSA_new(void) in DSA_new() function
/third_party/openssl/crypto/x509/
Dx_all.c268 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp()
278 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa); in d2i_DSA_PUBKEY_fp()
289 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio()
299 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa); in d2i_DSA_PUBKEY_bio()
/third_party/openssl/test/
Ddsatest.c81 if (!TEST_ptr(dsa = DSA_new()) in dsa_test()
Ddsa_no_digest_size_test.c92 DSA *dsa = DSA_new(); in load_dsa_params()
/third_party/openssl/apps/
Dtestdsa.h234 if ((dsa = DSA_new()) == NULL) in get_dsa()
Ddsaparam.c139 dsa = DSA_new(); in dsaparam_main()
Ddhparam.c174 DSA *dsa = DSA_new(); in dhparam_main()
/third_party/openssl/crypto/dh/
Ddh_pmeth.c297 ret = DSA_new(); in dsa_dh_generate()
/third_party/openssl/crypto/pem/
Dpvkfmt.c257 dsa = DSA_new(); in b2i_dss()

12