Searched refs:supportedCipherSuites (Results 1 – 5 of 5) sorted by relevance
40 public int supportedCipherSuites; field in Capabilities67 + ", supportedCipherSuites=" + supportedCipherSuites in toString()
929 capabilities.supportedCipherSuites); in initiateDataPath()935 capabilities.supportedCipherSuites); in initiateDataPath()1006 capabilities.supportedCipherSuites); in respondToDataPathRequest()1012 capabilities.supportedCipherSuites); in respondToDataPathRequest()1112 private int getStrongestCipherSuiteType(int supportedCipherSuites) { in getStrongestCipherSuiteType() argument1113 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_256_MASK) != 0) { in getStrongestCipherSuiteType()1116 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_128_MASK) != 0) { in getStrongestCipherSuiteType()
172 frameworkCapabilities.supportedCipherSuites = capabilities.supportedCipherSuites; in notifyCapabilitiesResponse()
318 j.put("supportedCipherSuites", mCapabilities.supportedCipherSuites); in onCommand()
640 boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateInitiateDataPath() argument654 cap.supportedCipherSuites = supportedCipherSuites; in validateInitiateDataPath()708 boolean accept, boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateRespondToDataPathRequest() argument718 cap.supportedCipherSuites = supportedCipherSuites; in validateRespondToDataPathRequest()