/third_party/openssl/doc/man3/ |
D | DSA_new.pod | 5 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)>,
|
D | DSA_meth_new.pod | 157 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)>,
|
D | DSA_set_method.pod | 77 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_meth_new(3)>
|
D | DSA_dup_DH.pod | 30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
|
D | DSA_generate_key.pod | 29 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
D | DSA_size.pod | 37 L<DSA_new(3)>, L<DSA_sign(3)>
|
D | DSA_do_sign.pod | 39 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
D | DSA_get0_pqg.pod | 97 L<DSA_new(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, L<DSA_generate_key(3)>,
|
D | DSA_SIG_new.pod | 46 L<DSA_new(3)>, L<ERR_get_error(3)>,
|
D | DSA_sign.pod | 58 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
D | DSA_generate_parameters.pod | 109 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
/third_party/openssl/include/openssl/ |
D | dsa.h | 67 # 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/ |
D | dsa_depr.c | 44 if ((ret = DSA_new()) == NULL)
|
D | dsa_pmeth.c | 209 dsa = DSA_new(); in pkey_dsa_paramgen() 232 dsa = DSA_new(); in pkey_dsa_keygen()
|
D | dsa_asn1.c | 65 *pval = (ASN1_VALUE *)DSA_new(); in dsa_cb()
|
D | dsa_ameth.c | 47 if ((dsa = DSA_new()) == NULL) { in dsa_pub_decode() 284 to->pkey.dsa = DSA_new(); in dsa_copy_parameters()
|
D | dsa_lib.c | 19 DSA *DSA_new(void) in DSA_new() function
|
/third_party/openssl/crypto/x509/ |
D | x_all.c | 268 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/ |
D | dsatest.c | 81 if (!TEST_ptr(dsa = DSA_new()) in dsa_test()
|
D | dsa_no_digest_size_test.c | 92 DSA *dsa = DSA_new(); in load_dsa_params()
|
/third_party/openssl/apps/ |
D | testdsa.h | 234 if ((dsa = DSA_new()) == NULL) in get_dsa()
|
D | dsaparam.c | 139 dsa = DSA_new(); in dsaparam_main()
|
D | dhparam.c | 174 DSA *dsa = DSA_new(); in dhparam_main()
|
/third_party/openssl/crypto/dh/ |
D | dh_pmeth.c | 297 ret = DSA_new(); in dsa_dh_generate()
|
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 257 dsa = DSA_new(); in b2i_dss()
|