Searched refs:AUTH_HMAC_SHA1 (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrityTest.java | 163 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, mHmacSha1IntegrityKey, 96); in testBuildIpSecAlgorithm() 229 IpSecAlgorithm.AUTH_HMAC_SHA1, in testGetIpSecAlgorithmName()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 24 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA1; 714 algoToRequiredMinSdk.put(AUTH_HMAC_SHA1, Build.VERSION_CODES.P); in testGetSupportedAlgorithms() 799 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Tcp4() 807 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Tcp6() 815 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Udp4() 823 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Udp6() 1223 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Tcp4UdpEncap() 1231 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA1, getKey(160), 96); in testAesCbcHmacSha1Udp4UdpEncap()
|
D | IpSecBaseTest.java | 21 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA1; 100 MANDATORY_IPSEC_ALGOS_SINCE_P.add(AUTH_HMAC_SHA1);
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrity.java | 50 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA1_96, IpSecAlgorithm.AUTH_HMAC_SHA1); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | SaProposalTest.java | 24 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA1; 417 integrityAlgos.put(INTEGRITY_ALGORITHM_HMAC_SHA1_96, new CryptoInfo(R, AUTH_HMAC_SHA1)); in getAllIntegrityAlgos()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecAlgorithmTest.java | 70 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA1, 160), in testNoTruncLen()
|
D | Ikev2VpnProfileTest.java | 245 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA1)); in testSetAllowedAlgorithmsInsecureAlgorithm()
|