Home | History | Annotate | Download | only in eap_common

Lines Matching refs:rand_p

46 		attr->rand_p = pos + 2;
258 * @rand_p: 16-byte RAND_P
266 const u8 *rand_s, const u8 *rand_p, u8 *tek, u8 *msk,
279 rand_p, EAP_SAKE_RAND_LEN, rand_s, EAP_SAKE_RAND_LEN,
283 rand_s, EAP_SAKE_RAND_LEN, rand_p, EAP_SAKE_RAND_LEN,
294 rand_p, EAP_SAKE_RAND_LEN, rand_s, EAP_SAKE_RAND_LEN,
298 rand_s, EAP_SAKE_RAND_LEN, rand_p, EAP_SAKE_RAND_LEN,
311 * @rand_p: 16-byte RAND_P
323 const u8 *rand_s, const u8 *rand_p,
351 os_memcpy(_rand + EAP_SAKE_RAND_LEN, rand_p,
365 os_memcpy(_rand, rand_p, EAP_SAKE_RAND_LEN);