Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:rand_p

45 		attr->rand_p = pos + 2;
257 * @rand_p: 16-byte RAND_P
265 const u8 *rand_s, const u8 *rand_p, u8 *tek, u8 *msk,
278 rand_p, EAP_SAKE_RAND_LEN, rand_s, EAP_SAKE_RAND_LEN,
282 rand_s, EAP_SAKE_RAND_LEN, rand_p, EAP_SAKE_RAND_LEN,
293 rand_p, EAP_SAKE_RAND_LEN, rand_s, EAP_SAKE_RAND_LEN,
297 rand_s, EAP_SAKE_RAND_LEN, rand_p, EAP_SAKE_RAND_LEN,
310 * @rand_p: 16-byte RAND_P
322 const u8 *rand_s, const u8 *rand_p,
350 os_memcpy(_rand + EAP_SAKE_RAND_LEN, rand_p,
364 os_memcpy(_rand, rand_p, EAP_SAKE_RAND_LEN);