Searched refs:supportedCipherSuites (Results 1 – 12 of 12) sorted by relevance
41 public int supportedCipherSuites; field in Capabilities55 toPublicCipherSuites(supportedCipherSuites)); in toPublicCharacteristics()86 + ", supportedCipherSuites=" + supportedCipherSuites in toString()
1070 capabilities.supportedCipherSuites); in initiateDataPath()1076 capabilities.supportedCipherSuites); in initiateDataPath()1147 capabilities.supportedCipherSuites); in respondToDataPathRequest()1153 capabilities.supportedCipherSuites); in respondToDataPathRequest()1282 private int getStrongestCipherSuiteType(int supportedCipherSuites) { in getStrongestCipherSuiteType() argument1283 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_256_MASK) != 0) { in getStrongestCipherSuiteType()1286 if ((supportedCipherSuites & NanCipherSuiteType.SHARED_KEY_128_MASK) != 0) { in getStrongestCipherSuiteType()
235 frameworkCapabilities.supportedCipherSuites = capabilities.supportedCipherSuites; in toFrameworkCapability10()
335 j.put("supportedCipherSuites", mCapabilities.supportedCipherSuites); in onCommand()
657 boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateInitiateDataPath() argument671 cap.supportedCipherSuites = supportedCipherSuites; in validateInitiateDataPath()725 boolean accept, boolean isOutOfBand, int supportedCipherSuites, int expectedCipherSuite) in validateRespondToDataPathRequest() argument735 cap.supportedCipherSuites = supportedCipherSuites; in validateRespondToDataPathRequest()
670 cap.supportedCipherSuites = NanCipherSuiteType.SHARED_KEY_256_MASK; in testCapabilityTranslation()762 cap.supportedCipherSuites = NanCipherSuiteType.SHARED_KEY_256_MASK; in getCharacteristics()
520 EXPECT_NE(capabilities.supportedCipherSuites, (unsigned int)0); in TEST_P()
618 EXPECT_NE(capabilities_1_5.V1_0.supportedCipherSuites, (unsigned int)0); in TEST_P()
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
2306 hidl_response->V1_0.supportedCipherSuites = in convertLegacyNanCapabilitiesResponseToHidl()
1377 bitfield<NanCipherSuiteType> supportedCipherSuites;