Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:dh_yc

1223 	u8 *csecret, *csecret_start, *dh_yc, *shared;
1257 dh_yc = os_malloc(dh_yc_len);
1258 if (dh_yc == NULL) {
1269 dh_yc, &dh_yc_len);
1272 dh_yc, dh_yc_len);
1282 os_free(dh_yc);
1285 os_memcpy(*pos, dh_yc, dh_yc_len);
1287 os_free(dh_yc);