Searched refs:dh_yc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c211 u8 *csecret, *csecret_start, *dh_yc, *shared; local
245 dh_yc = os_malloc(dh_yc_len);
246 if (dh_yc == NULL) {
257 dh_yc, &dh_yc_len)) {
261 os_free(dh_yc);
266 dh_yc, dh_yc_len);
276 os_free(dh_yc);
279 os_memcpy(*pos, dh_yc, dh_yc_len);
281 os_free(dh_yc);
H A Dtlsv1_server_read.c590 const u8 *dh_yc; local
627 dh_yc = pos + 2;
629 if (dh_yc_len > end - dh_yc) {
638 dh_yc, dh_yc_len);
661 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret,

Completed in 106 milliseconds