Home
last modified time | relevance | path

Searched refs:AUTH_HMAC_SHA256 (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java25 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA256;
282 IpSecAlgorithm.AUTH_HMAC_SHA256, in testCreateTransform()
715 algoToRequiredMinSdk.put(AUTH_HMAC_SHA256, Build.VERSION_CODES.P); in testGetSupportedAlgorithms()
831 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAesCbcHmacSha256Tcp4()
839 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAesCbcHmacSha256Tcp6()
847 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAesCbcHmacSha256Udp4()
855 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAesCbcHmacSha256Udp6()
1239 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAesCbcHmacSha256Tcp4UdpEncap()
1247 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAesCbcHmacSha256Udp4UdpEncap()
1419 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, getKey(256), 128); in testAuthUdp4()
[all …]
DIpSecBaseTest.java22 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA256;
101 MANDATORY_IPSEC_ALGOS_SINCE_P.add(AUTH_HMAC_SHA256);
649 IpSecAlgorithm.AUTH_HMAC_SHA256, in buildIpSecTransform()
DIpSecManagerTunnelTest.java592 IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4));
850 IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4));
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java56 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_256_128, IpSecAlgorithm.AUTH_HMAC_SHA256); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java25 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA256;
420 INTEGRITY_ALGORITHM_HMAC_SHA2_256_128, new CryptoInfo(R, AUTH_HMAC_SHA256)); in getAllIntegrityAlgos()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecAlgorithmTest.java71 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
DIkev2VpnProfileTest.java221 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java238 IpSecAlgorithm.AUTH_HMAC_SHA256, in testGetIpSecAlgorithmName()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java109 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
DIpSecServiceParameterizedTest.java199 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);