Searched defs:cipherText (Results 1 – 2 of 2) sorted by relevance
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