Searched refs:DH_get0_pub_key (Results 1 – 6 of 6) sorted by relevance
93 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh);
90 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh);
111 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key() function
116 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key() function
1824 return write_reply({BIGNUMBytes(DH_get0_pub_key(dh.get())), z}); in FFDH()
1207 #define DH_get0_pub_key BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_get0_pub_key) macro