Searched refs:atBidding (Results 1 – 3 of 3) sorted by relevance
54 AtBidding atBidding = (AtBidding) result; in testDecodeServerSupportsAkaPrime() local55 assertEquals(EAP_AT_BIDDING, atBidding.attributeType); in testDecodeServerSupportsAkaPrime()56 assertEquals(AT_BIDDING_SUPPORTS_AKA_PRIME.length, atBidding.lengthInBytes); in testDecodeServerSupportsAkaPrime()57 assertTrue(atBidding.doesServerSupportEapAkaPrime); in testDecodeServerSupportsAkaPrime()66 AtBidding atBidding = (AtBidding) result; in testDecodeDoesNotSupportAkaPrime() local67 assertEquals(EAP_AT_BIDDING, atBidding.attributeType); in testDecodeDoesNotSupportAkaPrime()68 assertEquals(AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME.length, atBidding.lengthInBytes); in testDecodeDoesNotSupportAkaPrime()69 assertFalse(atBidding.doesServerSupportEapAkaPrime); in testDecodeDoesNotSupportAkaPrime()84 AtBidding atBidding = new AtBidding(true); in testEncodeServerSupportsAkaPrime() local87 atBidding.encode(result); in testEncodeServerSupportsAkaPrime()[all …]
429 AtBidding atBidding = (AtBidding) eapAkaTypeData.attributeMap.get(EAP_AT_BIDDING); in handleChallengeAuthentication() local430 if (atBidding != null && atBidding.doesServerSupportEapAkaPrime) { in handleChallengeAuthentication()
407 AtBidding atBidding = new AtBidding(true); in testProcessBiddingDownAttack() local414 Arrays.asList(atRandAka, atAutn, atBidding, atMac))); in testProcessBiddingDownAttack()