Searched refs:AUTH_STRING_LEN_BYTES (Results 1 – 1 of 1) sorted by relevance
207 private static final int AUTH_STRING_LEN_BYTES = 20; field in EapMsChapV2TypeData.EapMsChapV2SuccessRequest211 public final byte[] authBytes = new byte[AUTH_STRING_LEN_BYTES];238 System.arraycopy(authBytes, 0, this.authBytes, 0, AUTH_STRING_LEN_BYTES); in EapMsChapV2SuccessRequest()249 if (authBytes.length != AUTH_STRING_LEN_BYTES) { in EapMsChapV2SuccessRequest()253 System.arraycopy(authBytes, 0, this.authBytes, 0, AUTH_STRING_LEN_BYTES); in EapMsChapV2SuccessRequest()