Searched refs:buildReauthResponse (Results 1 – 3 of 3) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimAkaMethodStateMachine.java | 383 static List<EapSimAkaAttribute> buildReauthResponse( in buildReauthResponse() method in EapSimAkaMethodStateMachine 591 buildReauthResponse(counterForReauth, false, mKEncr, atIv); in handleEapSimAkaNotification()
|
D | EapAkaMethodStateMachine.java | 823 buildReauthResponse(counter, true /* isCounterSmall */, mKEncr, atIv); in handleReauthentication() 862 buildReauthResponse(counter, false /* isCounterSmall */, mKEncr, atIv); in handleReauthentication()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimAkaMethodStateMachineTest.java | 708 mStateMachine.buildReauthResponse(COUNTER_INT, in testBuildReauthResponse()
|