Home
last modified time | relevance | path

Searched refs:DSA_SIG_set0 (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddsa.rs84 pub fn DSA_SIG_set0(sig: *mut DSA_SIG, pr: *mut BIGNUM, ps: *mut BIGNUM) -> c_int; in DSA_SIG_set0() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs439 #[corresponds(DSA_SIG_set0)]
443 DSA_SIG_set0(sig, r.as_ptr(), s.as_ptr()); in from_private_components()
498 use ffi::{DSA_SIG_set0, DSA_SIG_get0};
501 unsafe fn DSA_SIG_set0( in DSA_SIG_set0() functions
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c143 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() function
/third_party/openssl/crypto/dsa/
H A Ddsa_sign.c143 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddsa.h66 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
/third_party/openssl/include/openssl/
H A Ddsa.h66 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddsa.h80 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c1062 DSA_SIG_set0(ret, r, s); in capi_dsa_do_sign()
/third_party/openssl/engines/
H A De_capi.c1062 DSA_SIG_set0(ret, r, s); in capi_dsa_do_sign()
/third_party/openssl/test/
H A Dacvp_test.c640 || !TEST_true(DSA_SIG_set0(sign, rbn, sbn))) in dsa_sigver_test()

Completed in 10 milliseconds