Searched defs:DH_get0_p (Results 1 – 4 of 4) sorted by relevance
116 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p() function
1217 #define DH_get0_p BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_get0_p) macro