Home
last modified time | relevance | path

Searched refs:DSA_SIG_get0 (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DDSA_SIG_new.pod5 DSA_SIG_get0, DSA_SIG_set0,
14 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
24 DSA_SIG_get0() returns internal pointers to the B<r> and B<s> values contained
/freebsd-12-stable/contrib/ntp/include/
Dlibssl_compat.h99 #define DSA_SIG_get0 sslshim_DSA_SIG_get0 macro
/freebsd-12-stable/crypto/openssl/crypto/dsa/
Ddsa_asn1.c41 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() function
Ddsa_ossl.c330 DSA_SIG_get0(sig, &r, &s); in dsa_do_verify()
Ddsa_ameth.c447 DSA_SIG_get0(dsa_sig, &r, &s); in dsa_sig_print()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dopenssl-compat.h131 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
Dlibressl-api-compat.c397 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() function
/freebsd-12-stable/crypto/openssh/
Dssh-dss.c82 DSA_SIG_get0(sig, &sig_r, &sig_s); in ssh_dss_sign()
Dconfigure.ac2998 DSA_SIG_get0 \
/freebsd-12-stable/crypto/openssl/include/openssl/
Ddsa.h79 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/freebsd-12-stable/contrib/ldns/
Ddnssec_sign.c371 DSA_SIG_get0(sig, &R, &S); in ldns_sign_public_dsa()
Ddnssec.c1759 DSA_SIG_get0(dsasig, &R, &S); in ldns_convert_dsa_rrsig_asn12rdf()
Dconfigure.ac334 …EY_keygen ECDSA_SIG_get0 EVP_MD_CTX_new EVP_PKEY_base_id DSA_SIG_set0 DSA_SIG_get0 EVP_dss1 DSA_ge…
Dconfigure15405 …EY_keygen ECDSA_SIG_get0 EVP_MD_CTX_new EVP_PKEY_base_id DSA_SIG_set0 DSA_SIG_get0 EVP_dss1 DSA_ge…
/freebsd-12-stable/contrib/ldns/ldns/
Dconfig.h.in67 /* Define to 1 if you have the `DSA_SIG_get0' function. */
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c2411 DSA_SIG_get0(sdsa, &r, &s); in crypto_iff()
2731 DSA_SIG_get0(sdsa, &r, &s); in crypto_gq()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map983 DSA_SIG_get0;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1072 MLINKS+= DSA_SIG_new.3 DSA_SIG_get0.3