Searched defs:DH_size (Results 1 – 5 of 5) sorted by relevance
399 int DH_size(const DH *dh) { return BN_num_bytes(dh->p); } in DH_size() function
414 int DH_size(const DH *dh) { return BN_num_bytes(dh->p); } in DH_size() function
1843 #define DH_size GRPC_SHADOW_DH_size macro
1230 #define DH_size BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_size) macro