Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:sqn

269 		u8 opc[16], k[16], sqn[6];
293 if (hexstr2bin(pos, sqn, 6))
296 return milenage_check(opc, k, sqn, data->rand, data->autn,
985 /* Note: AUTN = (SQN ^ AK) || AMF || MAC which gives us the
986 * needed 6-octet SQN ^ AK for CK',IK' derivation */