Home
last modified time | relevance | path

Searched refs:OPAQUE (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp140 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
179 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
208 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
209 tlsKeyOpaque.SwitchAlgorithm(typePrivate, OPAQUE, bio); in HWTEST_F()
210 tlsKeyOpaque.SwitchAlgorithm(typePublic, OPAQUE, bio); in HWTEST_F()
229 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsKeyTest.cpp140 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
179 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
208 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
209 tlsKeyOpaque.SwitchAlgorithm(typePrivate, OPAQUE, bio); in HWTEST_F()
210 tlsKeyOpaque.SwitchAlgorithm(typePublic, OPAQUE, bio); in HWTEST_F()
229 TLSKey tlsKeyOpaque = TLSKey(structureData, OPAQUE, keyPass); in HWTEST_F()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp309 if (algo == OPAQUE && opaque_) { in Clear()
325 case OPAQUE: in handle()
326 return Handle(OPAQUE); in handle()
H A Dtls_context.cpp253 if (configuration.GetPrivateKey().Algorithm() == OPAQUE) { in SetKeyAndCheck()
269 if (configuration.GetPrivateKey().Algorithm() == OPAQUE) { in SetKeyAndCheck()
H A Dtls_context_server.cpp256 if (configuration.GetPrivateKey().Algorithm() == OPAQUE) { in SetKeyAndCheck()
267 if (configuration.GetPrivateKey().Algorithm() == OPAQUE) { in SetKeyAndCheck()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h48 #ifdef OPAQUE
50 #undef OPAQUE macro
118 OPAQUE, member in GLTF2::AttributeType::RenderMode::AlphaMode
475 AlphaMode alphaMode = AlphaMode::OPAQUE;
H A Dgltf2_util.cpp367 out = AlphaMode::OPAQUE; in GetAlphaMode()
375 } else if (dataType == "OPAQUE") { in GetAlphaMode()
376 out = AlphaMode::OPAQUE; in GetAlphaMode()
582 case AlphaMode::OPAQUE: in GetAlphaMode()
584 return "OPAQUE"; in GetAlphaMode()
H A Dgltf2_exporter.cpp1191 exportMaterial.alphaMode = AlphaMode::OPAQUE; in ExportGltfMaterial()
1788 if (material->alphaMode != AlphaMode::OPAQUE) { in ExportMaterials()
/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls.h53 enum KeyAlgorithm { OPAQUE, ALGORITHM_RSA, ALGORITHM_DSA, ALGORITHM_EC, ALGORITHM_DH }; enumerator
H A Dtls_key.h73 KeyAlgorithm keyAlgorithm_ = OPAQUE;
/foundation/communication/netstack/test/unittest/tls_test/core/
H A Dtls_key.test.cpp71 key.keyAlgorithm_ = OPAQUE; in HWTEST_F()
H A Dtls_context_server.test.cpp123 configuration.privateKey_.keyAlgorithm_ = OPAQUE; in HWTEST_F()
/foundation/communication/netstack/test/unittest/tlssocket/core/
H A Dtls_key.test.cpp71 key.keyAlgorithm_ = OPAQUE; in HWTEST_F()
H A Dtls_context_server.test.cpp123 configuration.privateKey_.keyAlgorithm_ = OPAQUE; in HWTEST_F()

Completed in 13 milliseconds