Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java54 SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96, IpSecAlgorithm.AUTH_AES_CMAC); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
103 case SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96: in create()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java104 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96)); in setUp()
236 IkeMacIntegrity.getIpSecAlgorithmName(SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96)); in testGetIpSecAlgorithmName()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java170 INTEGRITY_ALGORITHM_AES_CMAC_96,
184 public static final int INTEGRITY_ALGORITHM_AES_CMAC_96 = 8; field in SaProposal
200 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_AES_CMAC_96, "AUTH_AES_CMAC_96"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument
DIkeSaProposal.java147 if (algo == INTEGRITY_ALGORITHM_AES_CMAC_96 && !SdkLevel.isAtLeastS()) { in getSupportedIntegrityAlgorithms()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java145 INTEGRITY_ALGORITHM_AES_CMAC_96,
173 public static final int INTEGRITY_ALGORITHM_AES_CMAC_96 = field in IkeMetrics
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTest.java21 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96;
216 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
DIkeSessionMobikeTest.java27 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96;
218 .addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96) in setupAndVerifyIkeSessionWithMobility()
DSaProposalTest.java44 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96;
425 integrityAlgos.put(INTEGRITY_ALGORITHM_AES_CMAC_96, new CryptoInfo(S, AUTH_AES_CMAC)); in getAllIntegrityAlgos()
/packages/modules/IPsec/api/
Dcurrent.txt320 field public static final int INTEGRITY_ALGORITHM_AES_CMAC_96 = 8; // 0x8