Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/dsa/
Ddsa_asn1.c149 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() function
161 LCRYPTO_ALIAS(DSA_SIG_set0);
Ddsa.h119 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s);
/openbsd/src/usr.bin/ssh/
Dssh-dss.c377 if (!DSA_SIG_set0(dsig, sig_r, sig_s)) { in ssh_dss_verify()
/openbsd/src/usr.sbin/unbound/validator/
Dval_secalgo.c426 if(!DSA_SIG_set0(dsasig, R, S)) { in setup_dsa_sig()
/openbsd/src/sbin/unwind/libunbound/validator/
Dval_secalgo.c426 if(!DSA_SIG_set0(dsasig, R, S)) { in setup_dsa_sig()
/openbsd/src/lib/libcrypto/
DSymbols.list799 DSA_SIG_set0
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in183 /* Define to 1 if you have the `DSA_SIG_set0' function. */
Dconfigure.ac993 …ypto_strings CRYPTO_cleanup_all_ex_data ERR_free_strings RAND_cleanup DSA_SIG_set0 EVP_dss1 EVP_Di…
/openbsd/src/regress/lib/libcrypto/wycheproof/
Dwycheproof.go1407 if C.DSA_SIG_set0(cSig, sigR, sigS) == 0 {