Home
last modified time | relevance | path

Searched refs:securedAttrKeySet (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java496 Set<Integer> securedAttrKeySet = securedAttributes.keySet(); in validateReauthAkaNotifyAndGetCounter() local
498 if (securedAttrKeySet.contains(EAP_AT_COUNTER) in validateReauthAkaNotifyAndGetCounter()
499 && (securedAttrKeySet.size() == 1 in validateReauthAkaNotifyAndGetCounter()
500 || (securedAttrKeySet.size() == 2 in validateReauthAkaNotifyAndGetCounter()
501 && securedAttrKeySet.contains(EAP_AT_PADDING)))) { in validateReauthAkaNotifyAndGetCounter()