| /foundation/communication/netstack/frameworks/native/tls_socket/src/ |
| D | tls_key.cpp | 28 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/ |
| D | tls_key.h | 40 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/ |
| D | swiper_indicator_pattern_test_ng.cpp | 115 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/ |
| D | TlsKeyTest.cpp | 76 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/ |
| D | grid_container_pattern_test_ng.cpp | 44 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/ |
| D | ui_image_view.h | 209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm() argument 211 algorithm_ = algorithm; in SetTransformAlgorithm()
|
| /foundation/communication/dsoftbus/sdk/transmission/session/include/ |
| D | client_trans_session_manager.h | 52 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/ |
| D | softbus_app_info.h | 95 int32_t algorithm; member
|
| /foundation/graphic/ui/interfaces/innerkits/engines/gfx/ |
| D | gfx_engine_manager.h | 48 TransformAlgorithm algorithm; member 74 TransformAlgorithm algorithm; member
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_message.c | 273 !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()
|
| D | softbus_proxychannel_listener.c | 60 info.algorithm = appInfo->algorithm; in NotifyNormalChannelOpened()
|
| /foundation/communication/dsoftbus/core/common/include/ |
| D | softbus_def.h | 134 int32_t algorithm; member
|
| /foundation/graphic/ui/test/unittest/components/ |
| D | ui_image_unit_test.cpp | 491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; variable 492 imageView_->SetTransformAlgorithm(algorithm); 493 EXPECT_EQ(imageView_->GetTransformAlgorithm(), algorithm);
|
| /foundation/ai/engine/ |
| D | README.md | 12 …algorithm 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 107 …algorithm 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/ |
| D | grid_row_layout_algorithm_test_ng.cpp | 124 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/ |
| D | client_trans_session_manager_test.cpp | 122 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);
|
| D | client_trans_session_service_test.cpp | 133 session->algorithm = TRANS_TEST_ALGORITHM; in GenerateSession()
|
| D | client_trans_session_callback_test.cpp | 160 channel->algorithm = TRANS_TEST_ALGORITHM; in TestGenerateChannInfo() 188 session->algorithm = TRANS_TEST_ALGORITHM; in TestGenerateSession()
|
| /foundation/graphic/ui/frameworks/dock/ |
| D | screen_device.h | 42 TransformAlgorithm algorithm; member
|
| /foundation/communication/dsoftbus/sdk/transmission/session/src/ |
| D | client_trans_session_callback.c | 48 session->algorithm = channel->algorithm; in AcceptSessionAsServer()
|
| D | client_trans_session_manager.c | 936 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/ |
| D | BUILD.gn | 192 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/ |
| D | trans_tcp_direct_message_test.cpp | 125 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/ |
| D | tlssocket_exec.cpp | 387 for (const auto &algorithm : context->signatureAlgorithms_) { in GetSignatureAlgorithmsCallback() local 388 napi_value signatureAlgorithm = NapiUtils::CreateStringUtf8(context->GetEnv(), algorithm); in GetSignatureAlgorithmsCallback()
|
| /foundation/graphic/utils/ |
| D | README.md | 24 │ │ ├── depiction # Smooth curve point generation algorithm
|