Home
last modified time | relevance | path

Searched defs:AUTH_AES_CMAC (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/
H A DIpSecAlgorithm.java165 public static final String AUTH_AES_CMAC = "cmac(aes)"; field in IpSecAlgorithm
238 ALGO_TO_REQUIRED_FIRST_SDK.put(AUTH_AES_CMAC, Build.VERSION_CODES.R + 1); in ALGO_TO_REQUIRED_FIRST_SDK.put() argument
H A DIkev2VpnProfile.java99 addAlgorithmIfSupported(algorithms, AUTH_AES_CMAC); in addAlgorithmIfSupported() argument
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacIntegrity.java54 SaProposal.INTEGRITY_ALGORITHM_AES_CMAC_96, IpSecAlgorithm.AUTH_AES_CMAC); in IKE_ALGO_TO_IPSEC_ALGO.put()