Searched refs:outputBytes (Results 1 – 6 of 6) sorted by relevance
133 byte[] outputBytes = new byte[str.length() / 2]; in hexStringToByteArray()142 outputBytes[i / 2] = (byte) ((Character.digit(c1, 16) << 4) + Character.digit(c2, 16)); in hexStringToByteArray()145 return outputBytes; in hexStringToByteArray()
444 byte[] outputBytes =450 outputBytes = compressWithGzip(outputBytes);471 outputBytes);
585 byte[] outputBytes; in encrypt()605 outputBytes = protobuf.toByteArray(); in encrypt()606 if (outputBytes == null) { in encrypt()610 outputBase64 = mEncoder.encodeToString(outputBytes); in encrypt()
201 int outputBytes = mKEncr.length + mKAut.length + mMsk.length + mEmsk.length; in generateAndPersistKeys() local202 byte[] prfResult = prf.getRandom(mk, outputBytes); in generateAndPersistKeys()241 int outputBytes = mMsk.length + mEmsk.length; in generateAndPersistReauthKeys() local242 byte[] prfResult = prf.getRandom(xKeyPrime, outputBytes); in generateAndPersistReauthKeys()
META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...