Searched defs:peerChallenge (Results 1 – 2 of 2) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapMsChapV2MethodStateMachine.java | 319 byte[] authenticatorChallenge, byte[] peerChallenge, byte[] ntResponse) { in ValidateAuthenticatorState() 516 byte[] authenticatorChallenge, byte[] peerChallenge, String username, String password) in generateNtResponse() 526 byte[] peerChallenge, byte[] authenticatorChallenge, String username) in challengeHash() 602 byte[] peerChallenge, in generateAuthenticatorResponse() 629 byte[] peerChallenge, in checkAuthenticatorResponse()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/ |
D | EapMsChapV2TypeData.java | 157 public final byte[] peerChallenge = new byte[PEER_CHALLENGE_SIZE]; field in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse 163 int msChapV2Id, byte[] peerChallenge, byte[] ntResponse, int flags, byte[] name) in EapMsChapV2ChallengeResponse()
|