Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 50) sorted by relevance

12

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_key.cpp29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey() argument
33 DecodeDer(type, algorithm, fileName, passPhrase); in TLSKey()
35 DecodePem(type, algorithm, fileName, passPhrase); in TLSKey()
39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey() argument
44 DecodeData(data, algorithm, passPhrase); in TLSKey()
79 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhras… in DecodeData() argument
85 keyAlgorithm_ = algorithm; in DecodeData()
99 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodeDer() argument
106 keyAlgorithm_ = algorithm; in DecodeDer()
140 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio) in SwitchAlgorithm() argument
[all …]
/foundation/communication/netstack/frameworks/native/tls_socket/include/
Dtls_key.h41 TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase);
42 TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase,
54 void DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase);
55 …void DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData…
56 …void DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData…
58 void SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navrouter/
Dnavrouter_test_ng.cpp349 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
380 algorithm->Measure(layoutWrapper);
384 algorithm->Measure(layoutWrapper);
389 algorithm->Measure(layoutWrapper);
403 auto algorithm = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
436 algorithm->Layout(layoutWrapper);
440 algorithm->Layout(layoutWrapper);
445 algorithm->Layout(layoutWrapper);
1232 auto algorithm = AceType::MakeRefPtr<BarItemLayoutAlgorithm>(); variable
1241 algorithm->Layout(AceType::RawPtr(layoutWrapper));
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigation/
Dnavigation_test_ng.cpp1192 auto algorithm = AceType::MakeRefPtr<LayoutAlgorithm>(); variable
1193 auto layoutAlgorithmWrapper = AceType::MakeRefPtr<LayoutAlgorithmWrapper>(algorithm);
1241 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); variable
1248 algorithm->Layout(AceType::RawPtr(layoutWrapper));
1260 algorithm->Layout(AceType::RawPtr(layoutWrapper));
1265 algorithm->Layout(AceType::RawPtr(layoutWrapper));
1282 algorithm->Layout(AceType::RawPtr(layoutWrapper));
1299 algorithm->Layout(AceType::RawPtr(layoutWrapper));
1304 algorithm->Layout(AceType::RawPtr(layoutWrapper));
1324 algorithm->Measure(AceType::RawPtr(layoutWrapper));
[all …]
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsKeyTest.cpp77 KeyAlgorithm algorithm = tlsKey.Algorithm(); variable
78 EXPECT_EQ(algorithm, ALGORITHM_RSA);
104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); variable
105 EXPECT_EQ(algorithm, ALGORITHM_RSA);
115 KeyAlgorithm algorithm = key.Algorithm(); variable
116 EXPECT_EQ(algorithm, ALGORITHM_RSA);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_container/
Dgrid_container_test_ng.cpp42 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
43 algorithm->Measure(AceType::RawPtr(container)); in MeasureLayout()
44 algorithm->Layout(AceType::RawPtr(container)); in MeasureLayout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_algorithm.h151 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm() argument
153 layoutAlgorithm_ = std::move(algorithm); in SetLayoutAlgorithm()
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_image_view.h209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm() argument
211 algorithm_ = algorithm; in SetTransformAlgorithm()
/foundation/communication/dsoftbus/sdk/transmission/session/include/
Dclient_trans_session_manager.h52 int32_t algorithm; member
127 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in…
/foundation/ai/intelligent_voice_framework/
DREADME.md19 - Sound trigger: Digital Signal Processor (DSP) model loading, DSP algorithm enabling/disabling, an…
23 - Engine algorithm: intelligent voice algorithm engine and event reporting
25 - Device driver: DSP model loading/unloading, DSP algorithm enabling/disabling, event reporting, an…
173 … needApAlgEngine: true, // Specify whether the framework needs to provide the AP algorithm engine.
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h48 TransformAlgorithm algorithm; member
74 TransformAlgorithm algorithm; member
/foundation/arkui/ui_lite/test/unittest/components/
Dui_image_unit_test.cpp491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable
492 imageView_->SetTransformAlgorithm(algorithm);
493 EXPECT_EQ(imageView_->GetTransformAlgorithm(), algorithm);
/foundation/ai/ai_engine/
DREADME.md12algorithm plug-ins. The framework consists of the plug-in management, module management, and commu…
35 │ │ └── keyword_spotting # ASR algorithm plug-in reference: keyword spotting
37 │ │ └── image_classification # CV algorithm plug-in reference: image classification
107algorithm in use, you only need to implement the **SyncProcess** or **AsyncProcess** API. Use …
141 Directory: //foundation/ai/ai_engine/services/client/algorithm\_sdk/asr/keyword\_spotting
/foundation/communication/dsoftbus/core/transmission/common/include/
Dsoftbus_app_info.h104 int32_t algorithm; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper/
Dswiper_test_ng.cpp168 void InitLayoutWrapper(const RefPtr<FrameNode>& frameNode, RefPtr<LayoutAlgorithm>& algorithm,
219 …erTestNg::InitLayoutWrapper(const RefPtr<FrameNode>& frameNode, RefPtr<LayoutAlgorithm>& algorithm, in InitLayoutWrapper() argument
231 algorithm = indicatorPattern->CreateLayoutAlgorithm(); in InitLayoutWrapper()
232 ASSERT_NE(algorithm, nullptr); in InitLayoutWrapper()
2059 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
2060 ASSERT_NE(algorithm, nullptr);
2073 algorithm->Measure(&layoutWrapper);
2104 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
2105 ASSERT_NE(algorithm, nullptr);
2118 algorithm->Measure(&layoutWrapper);
[all …]
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_def.h154 int32_t algorithm; member
/foundation/arkui/ui_lite/frameworks/dock/
Dscreen_device.h42 TransformAlgorithm algorithm; member
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
Dclient_trans_session_manager_test.cpp122 session->algorithm = TRANS_TEST_ALGORITHM; in GenerateSession()
831 int32_t algorithm = 0; variable
833 … int32_t ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, &crc);
849 ret = ClientGetFileConfigInfoById(sessionId, &fileEncrypt, &algorithm, &crc);
852 EXPECT_EQ(TRANS_TEST_ALGORITHM, algorithm);
1214 int32_t algorithm = 0; variable
1216 …t ret = ClientGetFileConfigInfoById(TRANS_TEST_INVALID_SESSION_ID, &fileEncrypt, &algorithm, &crc);
1218 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, NULL, &algorithm, &crc);
1222 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, NULL);
1224 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, &crc);
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_message.c386 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in PackHandshakeMsgForNormal()
508 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in TransProxyPackHandshakeAckMsg()
569 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg()
582 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in TransProxyUnpackHandshakeAckMsg()
591 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg()
660 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in TransProxyUnpackNormalHandshakeMsg()
664 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackNormalHandshakeMsg()
Dsoftbus_proxychannel_listener.c65 info.algorithm = appInfo->algorithm; in NotifyNormalChannelOpened()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
Dclient_trans_session_callback.c50 session->algorithm = channel->algorithm; in AcceptSessionAsServer()
Dclient_trans_session_manager.c1018 sessionNode->algorithm = channel->algorithm; in ClientEnableSessionByChannelId()
1292 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in… in ClientGetFileConfigInfoById() argument
1294 if (sessionId < 0 || fileEncrypt == NULL || algorithm == NULL || crc == NULL) { in ClientGetFileConfigInfoById()
1318 *algorithm = sessionNode->algorithm; in ClientGetFileConfigInfoById()
/foundation/communication/dsoftbus/adapter/
DBUILD.gn203 include_dirs += [ "//base/msdp/algorithm/ble_range/include" ]
205 external_deps += [ "algorithm:msdp_ble_range" ]
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_row/
Dgrid_row_test_ng.cpp134 auto algorithm = layoutWrapper->GetLayoutAlgorithm(); in CreateLayoutWrapperAndLayout() local
135 algorithm->Measure(AceType::RawPtr(layoutWrapper)); in CreateLayoutWrapperAndLayout()
137 algorithm->Layout(AceType::RawPtr(layoutWrapper)); in CreateLayoutWrapperAndLayout()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
Dtrans_tcp_direct_message_test.cpp134 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TestSetAppInfo()
170 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;

12