Searched refs:auts (Results 1 – 11 of 11) sorted by relevance
486 Arrays.asList(new AtAuts(result.auts))); in handleChallengeAuthentication()553 public final byte[] auts; field in EapAkaMethodStateMachine.ChallengeState.RandChallengeResult568 this.auts = null; in RandChallengeResult()571 RandChallengeResult(byte[] auts) throws EapSimAkaInvalidLengthException { in RandChallengeResult() argument572 if (auts.length != AtAuts.AUTS_LENGTH) { in RandChallengeResult()579 this.auts = auts; in RandChallengeResult()626 byte[] auts = new byte[Byte.toUnsignedInt(buffer.get())]; in getRandChallengeResult()627 buffer.get(auts); in getRandChallengeResult()634 + " AUTS=" + LOG.pii(auts)); in getRandChallengeResult()636 return new RandChallengeResult(auts); in getRandChallengeResult()
1076 public final byte[] auts = new byte[AUTS_LENGTH]; field in EapSimAkaAttribute.AtAuts1086 byteBuffer.get(auts); in AtAuts()1089 public AtAuts(byte[] auts) throws EapSimAkaInvalidAttributeException { in AtAuts() argument1092 if (auts.length != AUTS_LENGTH) { in AtAuts()1096 System.arraycopy(auts, 0, this.auts, 0, AUTS_LENGTH); in AtAuts()1103 byteBuffer.put(auts); in encode()
56 assertArrayEquals(AUTS_BYTES, atAuts.auts); in testDecode()
565 final byte[] auts = new byte[]{0x45, 0x45, 0x32, 0x34, 0x45, 0x10, 0x34, 0x12, 0x23, 0x34, in testSendNetworkEapSimUmtsAutsResponse()567 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse()573 assertArrayEquals(auts, autsCaptor.getValue()); in testSendNetworkEapSimUmtsAutsResponse()581 final byte[] auts = new byte[]{0x45, 0x45, 0x32, 0x34, 0x45, 0x10, 0x34, 0x12, 0x23}; in testSendInvalidNetworkEapSimUmtsAutsResponse()582 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse()
724 final byte[] auts = new byte[]{0x45, 0x45, 0x32, 0x34, 0x45, 0x10, 0x34, 0x12, 0x23, 0x34, in testSendNetworkEapSimUmtsAutsResponse()726 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse()731 assertArrayEquals(auts, params); in testSendNetworkEapSimUmtsAutsResponse()744 final byte[] auts = new byte[]{0x45, 0x45, 0x32, 0x34, 0x45, 0x10, 0x34, 0x12, 0x23}; in testSendInvalidNetworkEapSimUmtsAutsResponse()745 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse()750 assertArrayEquals(auts, params); in testSendInvalidNetworkEapSimUmtsAutsResponse()
1081 private static String create3GSimAuthUmtsAutsResponse(byte[] auts) { in create3GSimAuthUmtsAutsResponse() argument1082 byte[] result = new byte[auts.length + 2]; in create3GSimAuthUmtsAutsResponse()1085 result[idx++] = (byte) auts.length; in create3GSimAuthUmtsAutsResponse()1086 for (int i = 0; i < auts.length; ++i) { in create3GSimAuthUmtsAutsResponse()1087 result[idx++] = auts[i]; in create3GSimAuthUmtsAutsResponse()
3232 byte[] auts = NativeUtil.hexStringToByteArray(match.group(1)); in sendNetworkEapSimUmtsAutsResponse()3233 if (auts == null || auts.length != 14) { in sendNetworkEapSimUmtsAutsResponse()3237 return sendNetworkEapSimUmtsAutsResponse(auts); in sendNetworkEapSimUmtsAutsResponse()3245 private boolean sendNetworkEapSimUmtsAutsResponse(byte[/* 14 */] auts) { in sendNetworkEapSimUmtsAutsResponse() argument3252 mISupplicantStaNetwork.sendNetworkEapSimUmtsAutsResponse(auts); in sendNetworkEapSimUmtsAutsResponse()
3377 byte[] auts = NativeUtil.hexStringToByteArray(match.group(1)); in sendNetworkEapSimUmtsAutsResponse()3378 if (auts == null || auts.length != 14) { in sendNetworkEapSimUmtsAutsResponse()3382 return sendNetworkEapSimUmtsAutsResponse(auts); in sendNetworkEapSimUmtsAutsResponse()3391 private boolean sendNetworkEapSimUmtsAutsResponse(byte[/* 14 */] auts) { in sendNetworkEapSimUmtsAutsResponse() argument3397 mISupplicantStaNetwork.sendNetworkEapSimUmtsAutsResponse(auts); in sendNetworkEapSimUmtsAutsResponse()
1579 String auts = makeHex(result, 2, autsLen); in get3GAuthResponse() local1581 sb.append(":" + auts); in get3GAuthResponse()1582 Log.v(TAG, "auts:" + auts); in get3GAuthResponse()
238 assertNull(result.auts); in testRandChallengeResultConstructor()241 assertArrayEquals(AUTS_BYTES, result.auts); in testRandChallengeResultConstructor()
1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...