Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java156 public static final int INTEGRITY_ALGORITHM_NONE = 0; field in SaProposal
172 SUPPORTED_INTEGRITY_ALGO_TO_STR.put(INTEGRITY_ALGORITHM_NONE, "AUTH_NONE"); in SUPPORTED_INTEGRITY_ALGO_TO_STR.put() argument