Searched refs:AUTH_HMAC_SHA256 (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 25 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 …]
|
D | IpSecBaseTest.java | 22 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()
|
D | IpSecManagerTunnelTest.java | 592 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/ |
D | IkeMacIntegrity.java | 56 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/ |
D | SaProposalTest.java | 25 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/ |
D | IpSecAlgorithmTest.java | 71 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
|
D | Ikev2VpnProfileTest.java | 221 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrityTest.java | 238 IpSecAlgorithm.AUTH_HMAC_SHA256, in testGetIpSecAlgorithmName()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceTest.java | 109 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
|
D | IpSecServiceParameterizedTest.java | 199 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
|