Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMsChapV2MethodStateMachine.java319 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/
DEapMsChapV2TypeData.java158 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()