Home
last modified time | relevance | path

Searched refs:DSA_SIG_set0 (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libcrypto/hidden/openssl/
H A Ddsa.h38 LCRYPTO_USED(DSA_SIG_set0);
/openbsd/lib/libcrypto/dsa/
H A Ddsa_asn1.c149 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() function
161 LCRYPTO_ALIAS(DSA_SIG_set0);
H A Ddsa.h119 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
/openbsd/usr.bin/ssh/
H A Dssh-dss.c377 if (!DSA_SIG_set0(dsig, sig_r, sig_s)) { in ssh_dss_verify()
/openbsd/sbin/unwind/libunbound/validator/
H A Dval_secalgo.c426 if(!DSA_SIG_set0(dsasig, R, S)) { in setup_dsa_sig()
/openbsd/usr.sbin/unbound/validator/
H A Dval_secalgo.c426 if(!DSA_SIG_set0(dsasig, R, S)) { in setup_dsa_sig()
/openbsd/lib/libcrypto/
H A DSymbols.list799 DSA_SIG_set0
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in183 /* Define to 1 if you have the `DSA_SIG_set0' function. */
H A Dconfigure.ac993 …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 Dwycheproof.go1407 if C.DSA_SIG_set0(cSig, sigR, sigS) == 0 {