Home
last modified time | relevance | path

Searched defs:RandChallengeResult (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java548 class RandChallengeResult { class in EapSimMethodStateMachine.ChallengeState
552 RandChallengeResult(byte[] sres, byte[] kc) throws EapSimAkaInvalidLengthException { in RandChallengeResult() method in EapSimMethodStateMachine.ChallengeState.RandChallengeResult
DEapAkaMethodStateMachine.java549 class RandChallengeResult { class in EapAkaMethodStateMachine.ChallengeState
555 RandChallengeResult(byte[] res, byte[] ik, byte[] ck) in RandChallengeResult() method in EapAkaMethodStateMachine.ChallengeState.RandChallengeResult
571 RandChallengeResult(byte[] auts) throws EapSimAkaInvalidLengthException { in RandChallengeResult() method in EapAkaMethodStateMachine.ChallengeState.RandChallengeResult