Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacIntegrity.java19 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96;
52 SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96, IpSecAlgorithm.AUTH_AES_XCBC); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
97 case SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96: in create()
134 if (getAlgorithmId() == INTEGRITY_ALGORITHM_AES_XCBC_96) { in signBytes()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java27 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96;
65 map.put(INTEGRITY_ALGORITHM_AES_XCBC_96, 12); in map.put() argument
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacIntegrityTest.java99 new IntegrityTransform(SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96)); in setUp()
233 IkeMacIntegrity.getIpSecAlgorithmName(SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96)); in testGetIpSecAlgorithmName()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DSaProposal.java169 INTEGRITY_ALGORITHM_AES_XCBC_96,
182 public static final int INTEGRITY_ALGORITHM_AES_XCBC_96 = 5; field in SaProposal
199 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_AES_XCBC_96, "AUTH_AES_XCBC_96"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java31 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96;
176 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_XCBC_96); in getIkeSaProposals()
248 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_XCBC_96); in getChildSaProposals()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DSaProposalTest.java45 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96;
418 integrityAlgos.put(INTEGRITY_ALGORITHM_AES_XCBC_96, new CryptoInfo(R, AUTH_AES_XCBC)); in getAllIntegrityAlgos()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt289 field public static final int INTEGRITY_ALGORITHM_AES_XCBC_96 = 5; // 0x5
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java193 SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96,
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java4910 SaProposal.INTEGRITY_ALGORITHM_AES_XCBC_96, in getDefaults()