Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacIntegrity.java56 SaProposal.INTEGRITY_ALGORITHM_HMAC_SHA2_256_128, IpSecAlgorithm.AUTH_HMAC_SHA256); in IKE_ALGO_TO_IPSEC_ALGO.put()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java66 map.put(INTEGRITY_ALGORITHM_HMAC_SHA2_256_128, 32); in map.put() argument
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DSaProposal.java186 public static final int INTEGRITY_ALGORITHM_HMAC_SHA2_256_128 = 12; field in SaProposal
202 INTEGRITY_ALGORITHM_HMAC_SHA2_256_128, "AUTH_HMAC_SHA2_256_128"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument