Home
last modified time | relevance | path

Searched refs:INTEGRITY_ALGORITHM_HMAC_SHA2_512_256 (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java60 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_512_256, IpSecAlgorithm.AUTH_HMAC_SHA512); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
118 case SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_512_256: in create()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java173 INTEGRITY_ALGORITHM_HMAC_SHA2_512_256
190 public static final int INTEGRITY_ALGORITHM_HMAC_SHA2_512_256 = 14; field in SaProposal
206 INTEGRITY_ALGORITHM_HMAC_SHA2_512_256, "AUTH_HMAC_SHA2_512_256"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument
DChildSaProposal.java71 SUPPORTED_IPSEC_INTEGRITY_BEFORE_SDK_S.add(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256);
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java49 import static android.net.ipsec.ike.SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_512_256;
424 INTEGRITY_ALGORITHM_HMAC_SHA2_512_256, new CryptoInfo(R, AUTH_HMAC_SHA512)); in getAllIntegrityAlgos()
547 expectedAlgos.add(ALL_INTEGRITY_ALGOS.get(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256).ipSecName); in testGetSupportedChildAlgosPreS()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrityTest.java248 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)); in testGetIpSecAlgorithmName()
/packages/modules/IPsec/api/
Dcurrent.txt293 field public static final int INTEGRITY_ALGORITHM_HMAC_SHA2_512_256 = 14; // 0xe
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java196 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_512_256)));
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java772 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_512_256, in setupMockForGetConfig()