Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java1277 this.encrData = doCipherOperation(plainData, key, iv, Cipher.ENCRYPT_MODE); in AtEncrData()
1296 byte[] decryptedEncr = doCipherOperation(encrData, key, iv, Cipher.DECRYPT_MODE); in getDecryptedData()
1300 private byte[] doCipherOperation(byte[] inputBytes, byte[] key, byte[] iv, int opmode) in doCipherOperation() method in EapSimAkaAttribute.AtEncrData