Home
last modified time | relevance | path

Searched refs:DSA_SIG_new (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c34 DSA_SIG *DSA_SIG_new(void) in DSA_SIG_new() function
60 sig = DSA_SIG_new(); in d2i_DSA_SIG()
195 s = DSA_SIG_new(); in DSA_verify()
H A Ddsa_ossl.c94 ret = DSA_SIG_new(); in ossl_dsa_do_sign_int()
/third_party/openssl/crypto/dsa/
H A Ddsa_sign.c34 DSA_SIG *DSA_SIG_new(void) in DSA_SIG_new() function
60 sig = DSA_SIG_new(); in d2i_DSA_SIG()
200 s = DSA_SIG_new(); in DSA_verify()
H A Ddsa_ossl.c94 ret = DSA_SIG_new(); in ossl_dsa_do_sign_int()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddsa.rs77 pub fn DSA_SIG_new() -> *mut DSA_SIG; in DSA_SIG_new() functions
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddsa.h62 DSA_SIG *DSA_SIG_new(void);
/third_party/openssl/include/openssl/
H A Ddsa.h62 DSA_SIG *DSA_SIG_new(void);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddsa.h75 DSA_SIG *DSA_SIG_new(void);
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c1057 || (ret = DSA_SIG_new()) == NULL) { in capi_dsa_do_sign()
/third_party/openssl/engines/
H A De_capi.c1057 || (ret = DSA_SIG_new()) == NULL) { in capi_dsa_do_sign()
/third_party/openssl/test/
H A Dacvp_test.c637 if (!TEST_ptr(sign = DSA_SIG_new()) in dsa_sigver_test()

Completed in 13 milliseconds