Searched refs:out_pub_key (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/crypto/dh/
H A Ddh.c117 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, argument
119 if (out_pub_key != NULL) {
120 *out_pub_key = dh->pub_key;
/external/boringssl/include/openssl/
H A Ddh.h89 // DH_get0_key sets |*out_pub_key| and |*out_priv_key|, if non-NULL, to |dh|'s
92 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
H A Ddsa.h93 // DSA_get0_key sets |*out_pub_key| and |*out_priv_key|, if non-NULL, to |dsa|'s
96 OPENSSL_EXPORT void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key,
/external/boringssl/src/include/openssl/
H A Ddh.h89 // DH_get0_key sets |*out_pub_key| and |*out_priv_key|, if non-NULL, to |dh|'s
92 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
H A Ddsa.h93 // DSA_get0_key sets |*out_pub_key| and |*out_priv_key|, if non-NULL, to |dsa|'s
96 OPENSSL_EXPORT void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key,
/external/boringssl/src/crypto/dsa/
H A Ddsa.c134 void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key, argument
136 if (out_pub_key != NULL) {
137 *out_pub_key = dsa->pub_key;

Completed in 590 milliseconds