Home
last modified time | relevance | path

Searched refs:AUTH_STRING_LEN_BYTES (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeData.java207 private static final int AUTH_STRING_LEN_BYTES = 20; field in EapMsChapV2TypeData.EapMsChapV2SuccessRequest
211 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()