Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/
DEapSimAkaIdentityTracker.java52 private static Map<String, ReauthInfo> sReauthInfoMap =
54 new LinkedHashMap<String, ReauthInfo>() {
56 protected boolean removeEldestEntry(Map.Entry<String, ReauthInfo> eldest) {
67 public static class ReauthInfo { class in EapSimAkaIdentityTracker
86 private ReauthInfo(int reauthCount, byte[] mk, byte[] kEncr, byte[] kAut) { in ReauthInfo() method in EapSimAkaIdentityTracker.ReauthInfo
96 ReauthInfo( in ReauthInfo() method in EapSimAkaIdentityTracker.ReauthInfo
184 ReauthInfo reauthInfo = new ReauthInfo(count, mk, kEncr, kAut); in registerReauthCredentials()
200 void addReauthInfo(String key, ReauthInfo reauthInfo) { in addReauthInfo()
212 public ReauthInfo getReauthInfo(String reauthId, String permanentId) { in getReauthInfo()
214 ReauthInfo reauthInfo = sReauthInfoMap.get(key); in getReauthInfo()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java55 import com.android.internal.net.eap.EapSimAkaIdentityTracker.ReauthInfo;
169 private ReauthInfo getAvailableReauthInfo(byte[] reauthId, byte[] eapId) { in getAvailableReauthInfo()
176 ReauthInfo reauthInfo = in getAvailableReauthInfo()
216 protected ReauthState buildReauthState(byte[] identity, ReauthInfo reauthInfo) { in buildReauthState()
266 private ReauthInfo mReauthInfo;
699 private final ReauthInfo mReauthInfo;
708 ReauthState(byte[] identity, ReauthInfo reauthInfo) { in ReauthState()
DEapStateMachine.java273 EapSimAkaIdentityTracker.ReauthInfo reauthInfo = in getEapIdentity()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/
DEapAkaTest.java334 EapSimAkaIdentityTracker.ReauthInfo reauthInfo = in verifyReauthInfo()
372 EapSimAkaIdentityTracker.ReauthInfo reauthInfoPrev = in testEapAkaReauthEndToEnd()
387 EapSimAkaIdentityTracker.ReauthInfo reauthInfoPrev = in testEapAkaReauthCounterTooSmallEndToEnd()
DEapSimAkaIdentityTrackerTest.java90 EapSimAkaIdentityTracker.ReauthInfo info = in verifyReauthInfoWithIndex()