Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 - 25 of 115) sorted by relevance

12345

/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dsmooth_zoom.cpp23 std::shared_ptr<IZoomAlgorithm> algorithm; in GetZoomAlgorithm() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H A DDigestUtils.java35 public static byte[] computeDigest(byte[] inputContentArray, String algorithm) throws NoSuchAlgorithmException { in computeDigest() argument
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/generate_csr/generatecsr001_fuzzer/
H A Dgeneratecsr001_fuzzer.cpp26 std::string algorithm = "ECC"; in DoSomethingInterestingWithMyAPI() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_generator_test.cpp164 uint8_t algorithm = fsVerityGenerator.GetFsVerityHashAlgorithm(); in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
H A DVerifyHelper.java85 public static void verifySignature(X509Certificate cert, byte[] signedData, byte[] unsignedData, String algorithm) { in verifySignature() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_layout_test_ng.cpp37 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
63 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
88 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
119 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
148 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
180 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
211 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
242 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
272 RefPtr<DotIndicatorLayoutAlgorithm> algorithm = HWTEST_F() local
302 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
343 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
386 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
[all...]
H A Dswiper_indicator_extent_test_ng.cpp1510 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
1551 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
1592 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
1632 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
1673 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); in HWTEST_F() local
1714 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
1754 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
1798 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
1842 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
1885 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
1929 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
1973 auto algorithm = indicatorPattern->CreateLayoutAlgorithm(); HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DKeyPairTools.java95 public static KeyPair generateKeyPair(String algorithm, int keySize) { in generateKeyPair() argument
141 public static PublicKey stringToPublicKey(String algorithm, String keyString) { in stringToPublicKey() argument
160 stringToPrivateKey(String algorithm, String keyString) stringToPrivateKey() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_option_layout_test_ng.cpp564 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); in HWTEST_F() local
709 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 2, 5); in HWTEST_F() local
H A Dgrid_layout_test_ng.cpp180 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); in HWTEST_F() local
206 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); in HWTEST_F() local
233 auto algorithm = AceType::MakeRefPtr<GridLayoutAlgorithm>(GridLayoutInfo {}, 4, 4); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp52 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(info); in HWTEST_F() local
89 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); in HWTEST_F() local
134 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
183 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
233 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
312 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
360 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
612 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
960 CheckAlignStart(const RefPtr<GridIrregularLayoutAlgorithm>& algorithm, GridLayoutInfo& info) CheckAlignStart() argument
982 CheckAlignCenter(const RefPtr<GridIrregularLayoutAlgorithm>& algorithm, GridLayoutInfo& info) CheckAlignCenter() argument
1006 CheckAlignEnd(const RefPtr<GridIrregularLayoutAlgorithm>& algorithm, GridLayoutInfo& info) CheckAlignEnd() argument
1049 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
1088 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
1131 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
1168 auto algorithm = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp43 auto algorithm = container->GetLayoutAlgorithm(); in MeasureLayout() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DBcSignedDataGenerator.java141 private byte[] computeDigest(byte[] unsignedDataDigest, String algorithm) throws CodeSignException { in computeDigest() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_algorithm.h164 void SetLayoutAlgorithm(RefPtr<LayoutAlgorithm> algorithm) in SetLayoutAlgorithm() argument
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.cpp121 double InjectorUtils::EaseInOut(double t, EaseAlgorithm algorithm) in EaseInOut() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_drag_bar_test_ng.cpp178 auto algorithm = AceType::MakeRefPtr<NavigationLayoutAlgorithm>(); in HWTEST_F() local
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR; in HWTEST_F() local
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm() argument
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp29 TLSKey::TLSKey(const std::string &fileName, KeyAlgorithm algorithm, const SecureData &passPhrase, in TLSKey() argument
39 TLSKey::TLSKey(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in TLSKey() argument
142 void TLSKey::DecodeData(const SecureData &data, KeyAlgorithm algorithm, const SecureData &passPhrase) in DecodeData() argument
162 void TLSKey::DecodeDer(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase) in DecodeDer() argument
203 void TLSKey::SwitchAlgorithm(KeyType type, KeyAlgorithm algorithm, BI argument
244 DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData &passPhrase) DecodePem() argument
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DMerkleTreeBuilder.java68 private void setAlgorithm(String algorithm) { in setAlgorithm() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCsr/
H A Dgenerate_csr_test.cpp404 std::string algorithm = "ECC"; in HWTEST_F() local
443 std::string algorithm = "ECC"; in HWTEST_F() local
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h48 TransformAlgorithm algorithm; member
74 TransformAlgorithm algorithm; member
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h42 TransformAlgorithm algorithm; member
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp77 KeyAlgorithm algorithm = tlsKey.Algorithm(); in HWTEST_F() local
104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); in HWTEST_F() local
115 KeyAlgorithm algorithm = key.Algorithm(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/tls_test/client/
H A DTlsKeyTest.cpp77 KeyAlgorithm algorithm = tlsKey.Algorithm(); in HWTEST_F() local
104 KeyAlgorithm algorithm = tlsKeyCopy.Algorithm(); in HWTEST_F() local
115 KeyAlgorithm algorithm = key.Algorithm(); in HWTEST_F() local

Completed in 27 milliseconds

12345