Searched defs:ntResponse (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() 426 AwaitingEapSuccessState(byte[] ntResponse) { in AwaitingEapSuccessState() 601 byte[] ntResponse, in generateAuthenticatorResponse() 628 byte[] ntResponse, in checkAuthenticatorResponse() 642 static byte[] getMasterKey(byte[] passwordHashHash, byte[] ntResponse) in getMasterKey() 666 static byte[] generateMsk(String password, byte[] ntResponse) in generateMsk()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/ |
D | EapMsChapV2TypeData.java | 158 public final byte[] ntResponse = new byte[NT_RESPONSE_SIZE]; field in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse 163 int msChapV2Id, byte[] peerChallenge, byte[] ntResponse, int flags, byte[] name) in EapMsChapV2ChallengeResponse()
|