Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java26 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96;
69 map.put(INTEGRITY_ALGORITHM_AES_CMAC_96, 12); in map.put() argument
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java30 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96;
177 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96); in getIkeSaProposals()
251 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96); in getChildSaProposals()