Searched defs:typeData (Results 1 – 13 of 13) sorted by relevance
79 EapTtlsTypeData typeData = decodeResult.eapTypeData; in testDecodeEapTtlsRequest() local103 EapTtlsTypeData typeData = decodeResult.eapTypeData; in testDecodeEapTtlsStart() local115 EapTtlsTypeData typeData = in testEncodeEapTtlsTypeData() local
365 EapSimTypeData typeData = in testHandleEapSimNotificationPreChallenge() local380 EapSimTypeData typeData = in testHandleEapSimNotificationPreChallengeInvalidPBit() local395 EapSimTypeData typeData = in testHandleEapSimNotificationMultipleNotifications() local412 EapSimTypeData typeData = in testHandleEapSimNotificationInvalidAtMac() local428 EapSimTypeData typeData = in testHandleEapSimNotificationPostChallenge() local458 EapSimTypeData typeData = in testHandleEapSimNotificationPostChallengeInvalidAtMac() local
117 EapSimTypeData typeData = in testProcessEapSimNotification() local
116 EapAkaTypeData typeData = in testProcessEapAkaNotification() local
56 EapMsChapV2TypeData typeData = new EapMsChapV2TypeData(EAP_MSCHAP_V2_CHALLENGE) {}; in testEapMsChapV2TypeDataConstructor() local68 EapMsChapV2VariableTypeData typeData = in testEapMsChapV2VariableTypeDataConstructor() local
85 public DecodeResult<EapAkaTypeData> decode(@NonNull byte[] typeData) { in decode()
114 public DecodeResult<EapSimTypeData> decode(@NonNull byte[] typeData) { in decode()
106 protected DecodeResult<T> decode(@NonNull byte[] typeData) { in decode()
126 public DecodeResult<EapAkaTypeData> decode(@NonNull byte[] typeData) { in decode()
213 boolean isValidMac(String tag, EapMessage message, EapSimAkaTypeData typeData, byte[] extraData) in isValidMac()239 byte[] getMac(int eapCode, int eapIdentifier, EapSimAkaTypeData typeData, byte[] extraData) in getMac()
141 protected DecodeResult<EapAkaTypeData> decode(byte[] typeData) { in decode()
149 protected DecodeResult<EapAkaTypeData> decode(byte[] typeData) { in decode()
483 String tag, int eapIdentifier, EapMsChapV2TypeData typeData) { in buildEapMessageResponse()