Home
last modified time | relevance | path

Searched defs:challengeResponse (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/
H A DEapMsChapV2ChallengeResponseTest.java43 EapMsChapV2ChallengeResponse challengeResponse = in testConstructor() local
58 EapMsChapV2ChallengeResponse challengeResponse = in testConstructorInvalidChallenge() local
73 EapMsChapV2ChallengeResponse challengeResponse = in testConstructorInvalidNtResponse() local
88 EapMsChapV2ChallengeResponse challengeResponse = in testConstructorInvalidFlags() local
102 EapMsChapV2ChallengeResponse challengeResponse = in testEncode() local
/aosp12/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/
H A DEapAkaResponseTest.java108 EapAkaResponse challengeResponse = in generateEapAkaChallengeResponse_authSuccess() local
126 EapAkaResponse challengeResponse = in generateEapAkaChallengeResponse_syncFailure() local
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A DEapAkaApi.java124 HttpResponse challengeResponse = in queryEntitlementStatus() local
201 private HttpResponse challengeResponse( in challengeResponse() method in EapAkaApi
252 HttpResponse challengeResponse = in performEsimOdsaOperation() local
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
H A DEapMsChapV2MethodStateMachine.java291 EapMsChapV2ChallengeResponse challengeResponse = in process() local
560 static byte[] challengeResponse(byte[] challenge, byte[] passwordHash) in challengeResponse() method in EapMsChapV2MethodStateMachine
H A DEapSimMethodStateMachine.java519 RandChallengeResult getRandChallengeResultFromResponse(byte[] challengeResponse) in getRandChallengeResultFromResponse()