Searched refs:DH_size (Results 1 - 14 of 14) sorted by relevance

/external/boringssl/include/openssl/
H A Ddh.h128 * writes it as a big-endian integer into |out|, which must have |DH_size|
137 /* DH_size returns the number of bytes in the DH group's prime. */
138 OPENSSL_EXPORT int DH_size(const DH *dh);
/external/boringssl/src/include/openssl/
H A Ddh.h128 * writes it as a big-endian integer into |out|, which must have |DH_size|
137 /* DH_size returns the number of bytes in the DH group's prime. */
138 OPENSSL_EXPORT int DH_size(const DH *dh);
/external/boringssl/src/crypto/dh/
H A Ddh_test.cc169 std::vector<uint8_t> key1(DH_size(a.get()));
182 std::vector<uint8_t> key2(DH_size(b.get()));
452 if ((td->Z_len != (size_t)DH_size(dhA.get())) ||
453 (td->Z_len != (size_t)DH_size(dhB.get()))) {
457 std::vector<uint8_t> Z1(DH_size(dhA.get()));
458 std::vector<uint8_t> Z2(DH_size(dhB.get()));
H A Ddh.c165 int DH_size(const DH *dh) { return BN_num_bytes(dh->p); } function
/external/openssh/
H A Dkexdhc.c149 klen = DH_size(kex->dh);
H A Dkexdhs.c141 klen = DH_size(kex->dh);
H A Dkexgexc.c211 klen = DH_size(kex->dh);
H A Dkexgexs.c200 klen = DH_size(kex->dh);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c630 rlen = DH_size(dh);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c630 rlen = DH_size(dh);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c630 rlen = DH_size(dh);
/external/libvncserver/x11vnc/
H A Dsslhelper.c1112 8*DH_size(dh), dnow()-ds);
1515 rfbLog("loaded Diffie Hellman %d bits, %.3fs\n", 8*DH_size(dh), dnow()-ds);
/external/boringssl/src/ssl/
H A Ds3_clnt.c1783 pms_len = DH_size(dh_clnt);
H A Ds3_srvr.c1828 premaster_secret = OPENSSL_malloc(DH_size(dh_srvr));

Completed in 272 milliseconds