Searched defs:DH_size (Results 1 – 4 of 4) sorted by relevance
398 int DH_size(const DH *dh) { return BN_num_bytes(dh->p); } in DH_size() function
446 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
1219 #define DH_size BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DH_size) macro