Searched refs:formattedChallenge (Results 1 – 2 of 2) sorted by relevance
604 ByteBuffer formattedChallenge = ByteBuffer.allocate(1 + randLen + 1 + autnLen); in getRandChallengeResult() local605 formattedChallenge.put((byte) randLen); in getRandChallengeResult()606 formattedChallenge.put(atRandAka.rand); in getRandChallengeResult()607 formattedChallenge.put((byte) autnLen); in getRandChallengeResult()608 formattedChallenge.put(atAutn.autn); in getRandChallengeResult()614 formattedChallenge.array()); in getRandChallengeResult()
259 byte[] processUiccAuthentication(String tag, int authType, byte[] formattedChallenge) throws in processUiccAuthentication() argument261 String base64Challenge = Base64.encodeToString(formattedChallenge, Base64.NO_WRAP); in processUiccAuthentication()267 String msg = "UICC authentication failed. Input: " + LOG.pii(formattedChallenge); in processUiccAuthentication()