Searched refs:AUTH_HMAC_SHA384 (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 26 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA384; 716 algoToRequiredMinSdk.put(AUTH_HMAC_SHA384, Build.VERSION_CODES.P); in testGetSupportedAlgorithms() 863 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA384, getKey(384), 192); in testAesCbcHmacSha384Tcp4() 871 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA384, getKey(384), 192); in testAesCbcHmacSha384Tcp6() 879 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA384, getKey(384), 192); in testAesCbcHmacSha384Udp4() 887 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA384, getKey(384), 192); in testAesCbcHmacSha384Udp6() 1255 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA384, getKey(384), 192); in testAesCbcHmacSha384Tcp4UdpEncap() 1263 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA384, getKey(384), 192); in testAesCbcHmacSha384Udp4UdpEncap()
|
D | IpSecBaseTest.java | 23 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA384; 102 MANDATORY_IPSEC_ALGOS_SINCE_P.add(AUTH_HMAC_SHA384);
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrity.java | 58 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_384_192, IpSecAlgorithm.AUTH_HMAC_SHA384); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | SaProposalTest.java | 26 import static android.net.IpSecAlgorithm.AUTH_HMAC_SHA384; 422 INTEGRITY_ALGORITHM_HMAC_SHA2_384_192, new CryptoInfo(R, AUTH_HMAC_SHA384)); in getAllIntegrityAlgos()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecAlgorithmTest.java | 72 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA384, 384), in testNoTruncLen()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrityTest.java | 242 IpSecAlgorithm.AUTH_HMAC_SHA384, in testGetIpSecAlgorithmName()
|