Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java163 protected ChallengeState buildChallengeState() { in buildChallengeState() method in EapAkaMethodStateMachine
167 protected ChallengeState buildChallengeState(byte[] identity) { in buildChallengeState() method in EapAkaMethodStateMachine
192 return transitionAndProcess(buildChallengeState(), message); in process()
231 return transitionAndProcess(buildChallengeState(mIdentity), message); in process()
DEapAkaPrimeMethodStateMachine.java152 protected ChallengeState buildChallengeState() { in buildChallengeState() method in EapAkaPrimeMethodStateMachine
157 protected ChallengeState buildChallengeState(byte[] identity) { in buildChallengeState() method in EapAkaPrimeMethodStateMachine