Searched refs:ECDSA_SIG_set0 (Results 1 – 11 of 11) sorted by relevance
/openbsd/regress/lib/libcrypto/ecdsa/ |
H A D | ecdsatest.c | 246 if (!ECDSA_SIG_set0(ecdsa_sig, r, s)) in test_builtin() 268 if (!ECDSA_SIG_set0(ecdsa_sig, r, s)) in test_builtin()
|
/openbsd/lib/libcrypto/ecdsa/ |
H A D | ecdsa.c | 151 ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() function 162 LCRYPTO_ALIAS(ECDSA_SIG_set0); 574 if (!ECDSA_SIG_set0(sig, r, s)) { in ecdsa_sign_sig()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | ec.h | 144 LCRYPTO_USED(ECDSA_SIG_set0);
|
/openbsd/lib/libcrypto/sm2/ |
H A D | sm2_sign.c | 223 if (!ECDSA_SIG_set0(sig, r, s)) { in sm2_sig_gen()
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-ecdsa-sk.c | 314 if (!ECDSA_SIG_set0(esig, sig_r, sig_s)) { in ssh_ecdsa_sk_verify()
|
H A D | ssh-ecdsa.c | 429 if (!ECDSA_SIG_set0(esig, sig_r, sig_s)) { in ssh_ecdsa_verify()
|
H A D | ssh-pkcs11.c | 555 if (!ECDSA_SIG_set0(ret, r, s)) { in ecdsa_do_sign()
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec.h | 328 int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);
|
/openbsd/sbin/iked/ |
H A D | crypto.c | 1159 ECDSA_SIG_set0(obj, r, s) == 0 || in _dsa_verify_prepare()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 854 ECDSA_SIG_set0
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 1870 if C.ECDSA_SIG_set0(cSig, sigR, sigS) == 0 {
|