Home
last modified time | relevance | path

Searched refs:ECDSA_SIG_get0 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/crypto/ecdsa/
HDecs_asn1.c118 ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in ECDSA_SIG_get0() function
/dragonfly/lib/libssh/openbsd-compat/
HDopenssl-compat.h140 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/dragonfly/crypto/libressl/include/openssl/
HDecdsa.h132 void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps);
/dragonfly/crypto/openssh/
HDssh-ecdsa.c264 ECDSA_SIG_get0(esig, &sig_r, &sig_s); in ssh_ecdsa_sign()
/dragonfly/contrib/ldns/
HDdnssec.c1880 ECDSA_SIG_get0(ecdsa_sig, &r, &s); in ldns_convert_ecdsa_rrsig_asn1len2rdf()
/dragonfly/contrib/wpa_supplicant/src/common/
HDdpp.c64 static void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, in ECDSA_SIG_get0() function
4733 ECDSA_SIG_get0(sig, &r, &s); in dpp_build_conf_obj_dpp()