Searched refs:authStringHex (Results 1 – 1 of 1) sorted by relevance
233 String authStringHex = mappings.get(AUTH_STRING_LABEL); in EapMsChapV2SuccessRequest() local234 if (authStringHex.length() != AUTH_STRING_LEN_HEX) { in EapMsChapV2SuccessRequest()237 byte[] authBytes = hexStringToByteArray(authStringHex); in EapMsChapV2SuccessRequest()