Searched defs:ECDSA_SIG_set0 (Results 1 – 5 of 5) sorted by relevance
| /third_party/libwebsockets/lib/tls/openssl/ |
| D | lws-genec.c | 64 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/ |
| D | ec.rs | 233 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/ |
| D | ec_asn1.c | 1306 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/ |
| D | crypto_openssl.c | 98 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/ |
| D | dpp.c | 56 static int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() function
|