Searched refs:isAead (Results 1 – 13 of 13) sorted by relevance
60 private ChildSaProposal buildProposal(boolean isAead, boolean isProposed) { in buildProposal() argument72 if (isAead) { in buildProposal()82 if (!isAead) { in buildProposal()
82 private IkeSaProposal buildProposal(boolean isAead, boolean isProposed) { in buildProposal() argument92 if (isAead) { in buildProposal()102 if (!isAead) { in buildProposal()
89 boolean isAead, in IkeCipher() argument94 mIsAead = isAead; in IkeCipher()164 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()
503 protected static boolean isAead(@EncryptionAlgorithm int algorithm) { in isAead() method in SaProposal.Builder549 boolean isCurrentAead = isAead(algorithm); in validateAndAddEncryptAlgo()
115 assertTrue(mAesGcm16Cipher.isAead()); in testBuild()
115 assertFalse(mAesCbcCipher.isAead()); in testBuild()
465 public boolean isAead() { in isAead() method in IpSecAlgorithm
866 doReturn(false).when(ikeCipher).isAead(); in testEncodeAndEncryptFragmentsWithNormalModeCipher()884 doReturn(true).when(ikeCipher).isAead(); in testEncodeAndEncryptFragmentsWithCombinedModeCipher()
509 if (encryptionAlgo.isAead()) { in makeIpSecTransform()
3648 if (!mIkeCipher.isAead()) { in validateIkeInitResp()4983 if (!newCipher.isAead()) { in validateAndBuildIkeSa()
1593 aead == null || aead.isAead(), in validateAlgorithms()
231 Landroid/net/IpSecAlgorithm;->isAead()Z