Home
last modified time | relevance | path

Searched refs:d2i_ECDSA_SIG (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs58 #[corresponds(d2i_ECDSA_SIG)]
61 ffi::d2i_ECDSA_SIG
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs264 pub fn d2i_ECDSA_SIG( in d2i_ECDSA_SIG() functions
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdsa_ossl.c360 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) in ossl_ecdsa_verify()
H A Dec_asn1.c1219 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 Dsm2_sign.c488 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) { in ossl_sm2_internal_verify()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dasn1.c360 DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG); in FuzzerTestOneInput()
/third_party/openssl/crypto/ec/
H A Decdsa_ossl.c365 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) in ossl_ecdsa_verify()
H A Dec_asn1.c1219 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 Dasn1.c360 DO_TEST_NO_PRINT(ECDSA_SIG, d2i_ECDSA_SIG, i2d_ECDSA_SIG); in FuzzerTestOneInput()
/third_party/openssl/crypto/sm2/
H A Dsm2_sign.c493 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) { in ossl_sm2_internal_verify()
/third_party/node/src/crypto/
H A Dcrypto_sig.cc140 ECDSASigPointer asn1_sig(d2i_ECDSA_SIG(nullptr, &sig_data, len)); in ValidateDSAParameters()
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h1158 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
/third_party/openssl/test/
H A Dacvp_test.c214 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 Dcrypto_openssl.c2830 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 Ddpp.c4730 sig = d2i_ECDSA_SIG(NULL, &p, signature_len); in dpp_build_conf_obj_dpp()

Completed in 28 milliseconds