Searched defs:cipherText (Results 1 – 4 of 4) sorted by relevance
75 static byte[] decrypt(SecretKey key, byte[] cipherText) throws IOException { in decrypt()
613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText() local657 final ByteBuffer cipherText = in getCipherText() local
405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext() local
191 unsigned char* cipherText = nonce + kAesGcmIvSize; in decryptAes128Gcm() local280 unsigned char* cipherText = noncePtr + kAesGcmIvSize; in encryptAes128Gcm() local