Home
last modified time | relevance | path

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

12

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_key.cpp28 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey() argument
32 DecodeDer(type, algorithm, fileName, passPhrase); in TLSKey()
34 DecodePem(type, algorithm, fileName, passPhrase); in TLSKey()
38 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey() argument
43 DecodeData(data, algorithm, passPhrase); in TLSKey()
78 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhras… in DecodeData() argument
84 keyAlgorithm_ = algorithm; in DecodeData()
98 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodeDer() argument
105 keyAlgorithm_ = algorithm; in DecodeDer()
139 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio) in SwitchAlgorithm() argument
[all …]
/foundation/communication/netstack/frameworks/native/tls_socket/include/
Dtls_key.h40 TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase);
41 TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase,
53 void DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase);
54 …void DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData…
55 …void DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData…
57 void SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BIO *bio);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/swiper_indicator/
Dswiper_indicator_pattern_test_ng.cpp115 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
116 EXPECT_FALSE(algorithm == nullptr);
128 algorithm->Measure(&layoutWrapper);
169 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
170 EXPECT_FALSE(algorithm == nullptr);
182 algorithm->Measure(&layoutWrapper);
219 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
220 EXPECT_FALSE(algorithm == nullptr);
238 algorithm->Layout(&layoutWrapper);
279 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); variable
[all …]
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsKeyTest.cpp76 KeyAlgorithm algorithm = tlsKey.Algorithm(); variable
77 EXPECT_EQ(algorithm, ALGORITHM_RSA);
87 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); variable
88 EXPECT_EQ(algorithm, ALGORITHM_RSA);
98 KeyAlgorithm algorithm = key.Algorithm(); variable
99 EXPECT_EQ(algorithm, ALGORITHM_RSA);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_container/
Dgrid_container_pattern_test_ng.cpp44 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
45 algorithm->Measure(AceType::RawPtr(container)); in MeasureLayout()
46 algorithm->Layout(AceType::RawPtr(container)); in MeasureLayout()
/foundation/graphic/ui/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
121 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in…
/foundation/communication/dsoftbus/core/transmission/common/include/
Dsoftbus_app_info.h95 int32_t algorithm; member
/foundation/graphic/ui/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h48 TransformAlgorithm algorithm; member
74 TransformAlgorithm algorithm; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_message.c273 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in PackHandshakeMsgForNormal()
381 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in TransProxyPackHandshakeAckMsg()
435 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg()
448 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in TransProxyUnpackHandshakeAckMsg()
452 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg()
476 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in UnpackHandshakeMsgForNormal()
480 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in UnpackHandshakeMsgForNormal()
Dsoftbus_proxychannel_listener.c60 info.algorithm = appInfo->algorithm; in NotifyNormalChannelOpened()
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_def.h134 int32_t algorithm; member
/foundation/graphic/ui/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/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/engine/services/client/algorithm\_sdk/asr/keyword\_spotting
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/grid_row/
Dgrid_row_layout_algorithm_test_ng.cpp124 auto algorithm = layoutWrapper->GetLayoutAlgorithm(); in CreateLayoutWrapperAndLayout() local
125 algorithm->Measure(AceType::RawPtr(layoutWrapper)); in CreateLayoutWrapperAndLayout()
127 algorithm->Layout(AceType::RawPtr(layoutWrapper)); in CreateLayoutWrapperAndLayout()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
Dclient_trans_session_manager_test.cpp122 session->algorithm = TRANS_TEST_ALGORITHM; in GenerateSession()
799 int32_t algorithm = 0; variable
801 … int32_t ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, &crc);
817 ret = ClientGetFileConfigInfoById(sessionId, &fileEncrypt, &algorithm, &crc);
820 EXPECT_EQ(TRANS_TEST_ALGORITHM, algorithm);
1179 int32_t algorithm = 0; variable
1181 …t ret = ClientGetFileConfigInfoById(TRANS_TEST_INVALID_SESSION_ID, &fileEncrypt, &algorithm, &crc);
1183 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, NULL, &algorithm, &crc);
1187 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, NULL);
1189 ret = ClientGetFileConfigInfoById(TRANS_TEST_SESSION_ID, &fileEncrypt, &algorithm, &crc);
Dclient_trans_session_service_test.cpp133 session->algorithm = TRANS_TEST_ALGORITHM; in GenerateSession()
Dclient_trans_session_callback_test.cpp160 channel->algorithm = TRANS_TEST_ALGORITHM; in TestGenerateChannInfo()
188 session->algorithm = TRANS_TEST_ALGORITHM; in TestGenerateSession()
/foundation/graphic/ui/frameworks/dock/
Dscreen_device.h42 TransformAlgorithm algorithm; member
/foundation/communication/dsoftbus/sdk/transmission/session/src/
Dclient_trans_session_callback.c48 session->algorithm = channel->algorithm; in AcceptSessionAsServer()
Dclient_trans_session_manager.c936 sessionNode->algorithm = channel->algorithm; in ClientEnableSessionByChannelId()
1209 int32_t ClientGetFileConfigInfoById(int32_t sessionId, int32_t *fileEncrypt, int32_t *algorithm, in… in ClientGetFileConfigInfoById() argument
1211 if (sessionId < 0 || fileEncrypt == NULL || algorithm == NULL || crc == NULL) { in ClientGetFileConfigInfoById()
1235 *algorithm = sessionNode->algorithm; in ClientGetFileConfigInfoById()
/foundation/communication/dsoftbus/adapter/
DBUILD.gn192 include_dirs += [ "//base/msdp/algorithm/ble_range/include" ]
194 public_deps += [ "//base/msdp/algorithm/ble_range:msdp_ble_range" ]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
Dtrans_tcp_direct_message_test.cpp125 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TestSetAppInfo()
161 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;
/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocket_exec.cpp387 for (const auto &algorithm : context->signatureAlgorithms_) { in GetSignatureAlgorithmsCallback() local
388 napi_value signatureAlgorithm = NapiUtils::CreateStringUtf8(context->GetEnv(), algorithm); in GetSignatureAlgorithmsCallback()
/foundation/graphic/utils/
DREADME.md24 │   │   ├── depiction # Smooth curve point generation algorithm

12