Searched refs:isAead (Results 1 – 7 of 7) sorted by relevance
49 int algorithmId, int keyLength, int ivLength, String algorithmName, boolean isAead) { in IkeCipher() argument52 mIsAead = isAead; in IkeCipher()104 public boolean isAead() { in isAead() method in IkeCipher
95 if (decryptCipher.isAead()) { in IkeEncryptedPayloadBody()162 if (encryptCipher.isAead()) { in IkeEncryptedPayloadBody()204 if (decryptCipher.isAead()) { in getChecksum()
409 protected static boolean isAead(@EncryptionAlgorithm int algorithm) { in isAead() method in SaProposal.Builder444 boolean isCurrentAead = isAead(algorithm); in validateAndAddEncryptAlgo()
92 assertFalse(mAesCbcCipher.isAead()); in testBuild()
82 assertTrue(mAesGcm16Cipher.isAead()); in testBuild()
495 if (encryptionAlgo.isAead()) { in makeIpSecTransform()
2951 if (!mIkeCipher.isAead()) { in validateIkeInitResp()3955 if (!newCipher.isAead()) { in validateAndBuildIkeSa()