Searched refs:cipherAlgorithm (Results 1 – 1 of 1) sorted by relevance
1302 Cipher cipherAlgorithm; in doCipherOperation() local1304 cipherAlgorithm = Cipher.getInstance(CIPHER_ALGORITHM); in doCipherOperation()1312 cipherAlgorithm.init(opmode, secretKey, ivParam); in doCipherOperation()1315 cipherAlgorithm.doFinal(inputBuffer, outputBuffer); in doCipherOperation()