Searched refs:DH_get0_q (Results 1 – 5 of 5) sorted by relevance
102 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh);
99 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh);
117 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q() function
122 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q() function
1208 #define DH_get0_q BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_get0_q) macro