Home
last modified time | relevance | path

Searched defs:ECDSA_SIG_set0 (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c64 ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dec.rs233 pub fn ECDSA_SIG_set0(sig: *mut ECDSA_SIG, pr: *mut BIGNUM, ps: *mut BIGNUM) -> c_int; in ECDSA_SIG_set0() function
/third_party/openssl/crypto/ec/
Dec_asn1.c1306 int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c98 static int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c56 static int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() function