Home
last modified time | relevance | path

Searched refs:ECDSA_SIG_get0 (Results 1 - 14 of 14) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs92 #[corresponds(ECDSA_SIG_get0)]
96 ECDSA_SIG_get0(self.as_ptr(), &mut r, ptr::null_mut()); in r()
102 #[corresponds(ECDSA_SIG_get0)]
106 ECDSA_SIG_get0(self.as_ptr(), ptr::null_mut(), &mut s); in s()
114 use ffi::{ECDSA_SIG_set0, ECDSA_SIG_get0};
133 unsafe fn ECDSA_SIG_get0( in ECDSA_SIG_get0() functions
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genec.c55 ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0() function
572 ECDSA_SIG_get0(ecdsasig, &r, &s);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs246 pub fn ECDSA_SIG_get0(sig: *const ECDSA_SIG, pr: *mut *const BIGNUM, ps: *mut *const BIGNUM); in ECDSA_SIG_get0() functions
/third_party/openssl/test/
H A Dsm2_internal_test.c345 ECDSA_SIG_get0(sig, &sig_r, &sig_s); in test_sm2_sign()
H A Decdsatest.c139 ECDSA_SIG_get0(signature, &sig_r, &sig_s); in x9_62_tests()
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c351 ECDSA_SIG_get0(sig, &r, &s); in sm2_sig_verify()
/third_party/openssl/crypto/sm2/
H A Dsm2_sign.c351 ECDSA_SIG_get0(sig, &r, &s); in sm2_sig_verify()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h1338 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/third_party/openssl/include/openssl/
H A Dec.h1338 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h1165 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c1288 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0() function
/third_party/openssl/crypto/ec/
H A Dec_asn1.c1288 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c106 static void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, in ECDSA_SIG_get0() function
2833 ECDSA_SIG_get0(sig, &r, &s); in crypto_ec_key_sign_r_s()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c64 static void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, in ECDSA_SIG_get0() function
4733 ECDSA_SIG_get0(sig, &r, &s); in dpp_build_conf_obj_dpp()

Completed in 34 milliseconds