Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
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
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java158 public static final int INTEGRITY_ALGORITHM_NONE = field in IkeMetrics