Home
last modified time | relevance | path

Searched refs:ENCRYPTION_ALGORITHM_AES_GCM_12 (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DSaProposalTest.java21 import static android.net.ipsec.test.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
70 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_128); in SaProposalTest()
236 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in testBuildEncryptAlgosWithTwoModes()
264 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128) in testBuildAeadWithIntegrityAlgo()
389 ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_128) in testIsNegotiatedFromProposalWithIntegrityNone()
397 ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_128) in testIsNegotiatedFromProposalWithIntegrityNone()
H A DChildSessionParamsTest.java46 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, in ChildSessionParamsTest()
H A DTunnelModeChildSessionParamsTest.java77 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, in setup()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java26 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
183 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256); in getIkeSaProposals()
186 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_192); in getIkeSaProposals()
189 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in getIkeSaProposals()
275 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256); in getChildSaProposals()
280 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_192); in getChildSaProposals()
285 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in getChildSaProposals()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java65 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_128) in buildTestChildSaProposal()
67 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_192) in buildTestChildSaProposal()
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DMtuUtilsTest.java20 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
83 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256) in testCombinedModeAlgorithmLessThanUnderlyingMtu()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeCipher.java69 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
135 case SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12: in create()
H A DIkeCombinedModeCipher.java71 case SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12: in IkeCombinedModeCipher()
135 case SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12: in getParamSpec()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DSaProposal.java64 ENCRYPTION_ALGORITHM_AES_GCM_12,
85 public static final int ENCRYPTION_ALGORITHM_AES_GCM_12 = 19; field in SaProposal
106 SUPPORTED_ENCRYPTION_ALGO_TO_STR.put(ENCRYPTION_ALGORITHM_AES_GCM_12, "ENCR_AES_GCM_12"); in SUPPORTED_ENCRYPTION_ALGO_TO_STR.put() argument
513 case ENCRYPTION_ALGORITHM_AES_GCM_12: in isAead()
H A DChildSaProposal.java64 SUPPORTED_IPSEC_ENCRYPTION_BEFORE_SDK_S.add(ENCRYPTION_ALGORITHM_AES_GCM_12);
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java22 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
92 map.put(ENCRYPTION_ALGORITHM_AES_GCM_12, 23); // 8 (IV) + 3 (Max pad) + 12 (ICV) in map.put() argument
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DSaProposalTest.java40 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
158 addAesCipherIfSupported(ENCRYPTION_ALGORITHM_AES_GCM_12, isIke, ciphers); in getCombinedModeCiphers()
406 ciphers.put(ENCRYPTION_ALGORITHM_AES_GCM_12, new CryptoInfo(R, AUTH_CRYPT_AES_GCM)); in getAllCiphers()
541 expectedAlgos.add(ALL_ENCRYPT_ALGOS.get(ENCRYPTION_ALGORITHM_AES_GCM_12).ipSecName); in testGetSupportedChildAlgosPreS()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeNormalModeCipherTest.java213 IkeCipher.getIpSecAlgorithmName(SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12)); in testGetIpSecAlgorithmName()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java218 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, in setUp()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayload.java1269 case SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12: in validateKeyLength()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt284 field public static final int ENCRYPTION_ALGORITHM_AES_GCM_12 = 19; // 0x13