/foundation/communication/netstack/test/unittest/tlssocket/client/ |
H A D | TlsKeyTest.cpp | 140 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 D | TlsKeyTest.cpp | 140 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 D | tls_key.cpp | 309 if (algo == OPAQUE && opaque_) { in Clear() 325 case OPAQUE: in handle() 326 return Handle(OPAQUE); in handle()
|
H A D | tls_context.cpp | 253 if (configuration.GetPrivateKey().Algorithm() == OPAQUE) { in SetKeyAndCheck() 269 if (configuration.GetPrivateKey().Algorithm() == OPAQUE) { in SetKeyAndCheck()
|
H A D | tls_context_server.cpp | 256 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 D | gltf2_data_structures.h | 48 #ifdef OPAQUE 50 #undef OPAQUE macro 118 OPAQUE, member in GLTF2::AttributeType::RenderMode::AlphaMode 475 AlphaMode alphaMode = AlphaMode::OPAQUE;
|
H A D | gltf2_util.cpp | 367 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 D | gltf2_exporter.cpp | 1191 exportMaterial.alphaMode = AlphaMode::OPAQUE; in ExportGltfMaterial() 1788 if (material->alphaMode != AlphaMode::OPAQUE) { in ExportMaterials()
|
/foundation/communication/netstack/frameworks/native/tls_socket/include/ |
H A D | tls.h | 53 enum KeyAlgorithm { OPAQUE, ALGORITHM_RSA, ALGORITHM_DSA, ALGORITHM_EC, ALGORITHM_DH }; enumerator
|
H A D | tls_key.h | 73 KeyAlgorithm keyAlgorithm_ = OPAQUE;
|
/foundation/communication/netstack/test/unittest/tls_test/core/ |
H A D | tls_key.test.cpp | 71 key.keyAlgorithm_ = OPAQUE; in HWTEST_F()
|
H A D | tls_context_server.test.cpp | 123 configuration.privateKey_.keyAlgorithm_ = OPAQUE; in HWTEST_F()
|
/foundation/communication/netstack/test/unittest/tlssocket/core/ |
H A D | tls_key.test.cpp | 71 key.keyAlgorithm_ = OPAQUE; in HWTEST_F()
|
H A D | tls_context_server.test.cpp | 123 configuration.privateKey_.keyAlgorithm_ = OPAQUE; in HWTEST_F()
|