Home
last modified time | relevance | path

Searched refs:cipherAlgorithm (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java1302 Cipher cipherAlgorithm; in doCipherOperation() local
1304 cipherAlgorithm = Cipher.getInstance(CIPHER_ALGORITHM); in doCipherOperation()
1312 cipherAlgorithm.init(opmode, secretKey, ivParam); in doCipherOperation()
1315 cipherAlgorithm.doFinal(inputBuffer, outputBuffer); in doCipherOperation()