Home
last modified time | relevance | path

Searched refs:DSA_new (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddsa.h102 (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
108 ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x)
125 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
/third_party/openssl/include/openssl/
H A Ddsa.h102 (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
108 ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAparams, bp, x)
125 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
/third_party/openssl/ohos_lite/include/openssl/
H A 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/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs39 /// OpenSSL documentation at [`DSA_new`]
41 /// [`DSA_new`]: https://www.openssl.org/docs/manmaster/crypto/DSA_new.html
199 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in from_pqg()
211 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in generate_params()
260 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in from_private_components()
301 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in from_public_components()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_depr.c40 if ((ret = DSA_new()) == NULL) in DSA_generate_parameters()
H A Ddsa_pmeth.c224 dsa = DSA_new(); in pkey_dsa_paramgen()
251 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.c204 DSA *DSA_new(void) in DSA_new() function
/third_party/openssl/crypto/dsa/
H A Ddsa_depr.c40 if ((ret = DSA_new()) == NULL) in DSA_generate_parameters()
H A Ddsa_pmeth.c224 dsa = DSA_new(); in pkey_dsa_paramgen()
251 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.c202 DSA *DSA_new(void) in DSA_new() function
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c361 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp()
371 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa); in d2i_DSA_PUBKEY_fp()
382 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio()
392 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa); in d2i_DSA_PUBKEY_bio()
/third_party/openssl/crypto/x509/
H A Dx_all.c361 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSAPrivateKey, fp, dsa); in d2i_DSAPrivateKey_fp()
371 return ASN1_d2i_fp_of(DSA, DSA_new, d2i_DSA_PUBKEY, fp, dsa); in d2i_DSA_PUBKEY_fp()
382 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSAPrivateKey, bp, dsa); in d2i_DSAPrivateKey_bio()
392 return ASN1_d2i_bio_of(DSA, DSA_new, d2i_DSA_PUBKEY, bp, dsa); in d2i_DSA_PUBKEY_bio()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddsa.rs18 pub fn DSA_new() -> *mut DSA; in DSA_new() functions
/third_party/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.c114 || !TEST_ptr(dsa = DSA_new()) in test_dsa_param_keygen()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c383 dsa = DSA_new(); in ossl_b2i_DSA_after_header()
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c383 dsa = DSA_new(); in ossl_b2i_DSA_after_header()

Completed in 15 milliseconds