Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java383 static List<EapSimAkaAttribute> buildReauthResponse( in buildReauthResponse() method in EapSimAkaMethodStateMachine
591 buildReauthResponse(counterForReauth, false, mKEncr, atIv); in handleEapSimAkaNotification()
DEapAkaMethodStateMachine.java823 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/
DEapSimAkaMethodStateMachineTest.java708 mStateMachine.buildReauthResponse(COUNTER_INT, in testBuildReauthResponse()