Searched refs:ECDSA_SIG_get0 (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ECDSA_SIG_new.pod | 5 ECDSA_SIG_get0, ECDSA_SIG_get0_r, ECDSA_SIG_get0_s, ECDSA_SIG_set0, 17 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps); 55 ECDSA_SIG_get0() returns internal pointers the B<r> and B<s> values contained
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genec.c | 55 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); in lws_genecdsa_hash_sign_jws()
|
/third_party/openssl/test/ |
D | sm2_internal_test.c | 346 ECDSA_SIG_get0(sig, &sig_r, &sig_s); in test_sm2_sign()
|
D | ecdsatest.c | 158 ECDSA_SIG_get0(signature, &sig_r, &sig_s); in x9_62_tests()
|
/third_party/openssl/crypto/sm2/ |
D | sm2_sign.c | 324 ECDSA_SIG_get0(sig, &r, &s); in sm2_sig_verify()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1165 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
|
/third_party/openssl/crypto/ec/ |
D | ec_asn1.c | 1271 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/ |
D | crypto_openssl.c | 106 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/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1280 #define ECDSA_SIG_get0 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ECDSA_SIG_get0) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 64 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()
|
/third_party/openssl/util/ |
D | libcrypto.num | 3412 ECDSA_SIG_get0 3364 1_1_0 EXIST::FUNCTION:EC
|