Searched refs:d2i_ECDSA_SIG (Results 1 - 15 of 15) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ecdsa.rs | 58 #[corresponds(d2i_ECDSA_SIG)] 61 ffi::d2i_ECDSA_SIG
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 264 pub fn d2i_ECDSA_SIG( in d2i_ECDSA_SIG() functions
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 360 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) in ossl_ecdsa_verify()
|
H A D | ec_asn1.c | 1219 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **ppin, long len) in d2i_ECDSA_SIG() function
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 488 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) { in ossl_sm2_internal_verify()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | asn1.c | 360 DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG); in FuzzerTestOneInput()
|
/third_party/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 365 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) in ossl_ecdsa_verify()
|
H A D | ec_asn1.c | 1219 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **ppin, long len) in d2i_ECDSA_SIG() function
|
/third_party/openssl/fuzz/ |
H A D | asn1.c | 360 DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG); in FuzzerTestOneInput()
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 493 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) { in ossl_sm2_internal_verify()
|
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 140 ECDSASigPointer asn1_sig(d2i_ECDSA_SIG(nullptr, &sig_data, len)); in ValidateDSAParameters()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 1158 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 214 ECDSA_SIG *sign = d2i_ECDSA_SIG(NULL, &sig, sig_len); in get_ecdsa_sig_rs_bytes()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 2830 sig = d2i_ECDSA_SIG(NULL, &p, wpabuf_len(buf)); in crypto_ec_key_sign_r_s()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 4730 sig = d2i_ECDSA_SIG(NULL, &p, signature_len); in dpp_build_conf_obj_dpp()
|
Completed in 28 milliseconds