Home
last modified time | relevance | path

Searched defs:INTEGRITY_ALGORITHM_HMAC_SHA2_384_192 (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacIntegrity.java58 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_384_192, IpSecAlgorithm.AUTH_HMAC_SHA384); in IKE_ALGO_TO_IPSEC_ALGO.put()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java67 map.put(INTEGRITY_ALGORITHM_HMAC_SHA2_384_192, 48); in map.put() argument
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DSaProposal.java188 public static final int INTEGRITY_ALGORITHM_HMAC_SHA2_384_192 = 13; field in SaProposal
204 INTEGRITY_ALGORITHM_HMAC_SHA2_384_192, "AUTH_HMAC_SHA2_384_192"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument