Home
last modified time | relevance | path

Searched defs:INTEGRITY_ALGORITHM_NONE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DMtuUtils.java63 map.put(INTEGRITY_ALGORITHM_NONE, 0); in map.put() argument
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DSaProposal.java178 public static final int INTEGRITY_ALGORITHM_NONE = 0; field in SaProposal
197 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_NONE, "AUTH_NONE"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument