Searched refs:DSA_SIG_set0 (Results 1 – 10 of 10) sorted by relevance
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | dsa.h | 38 LCRYPTO_USED(DSA_SIG_set0);
|
/openbsd/lib/libcrypto/dsa/ |
H A D | dsa_asn1.c | 149 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() function 161 LCRYPTO_ALIAS(DSA_SIG_set0);
|
H A D | dsa.h | 119 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-dss.c | 377 if (!DSA_SIG_set0(dsig, sig_r, sig_s)) { in ssh_dss_verify()
|
/openbsd/sbin/unwind/libunbound/validator/ |
H A D | val_secalgo.c | 426 if(!DSA_SIG_set0(dsasig, R, S)) { in setup_dsa_sig()
|
/openbsd/usr.sbin/unbound/validator/ |
H A D | val_secalgo.c | 426 if(!DSA_SIG_set0(dsasig, R, S)) { in setup_dsa_sig()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 799 DSA_SIG_set0
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 183 /* Define to 1 if you have the `DSA_SIG_set0' function. */
|
H A D | configure.ac | 993 …ypto_strings CRYPTO_cleanup_all_ex_data ERR_free_strings RAND_cleanup DSA_SIG_set0 EVP_dss1 EVP_Di…
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 1407 if C.DSA_SIG_set0(cSig, sigR, sigS) == 0 {
|