Searched refs:NT_RESPONSE_SIZE (Results 1 – 1 of 1) sorted by relevance
154 public static final int NT_RESPONSE_SIZE = 24; field in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse158 public final byte[] ntResponse = new byte[NT_RESPONSE_SIZE];172 } else if (ntResponse.length != NT_RESPONSE_SIZE) { in EapMsChapV2ChallengeResponse()179 System.arraycopy(ntResponse, 0, this.ntResponse, 0, NT_RESPONSE_SIZE); in EapMsChapV2ChallengeResponse()