| /base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/inc/ |
| H A D | sym_common_defines.h | 24 HcfAlgValue algo; member
|
| /base/security/crypto_framework/frameworks/cj/src/ |
| H A D | key_impl.cpp | 51 const char *algo = hcfKey_->getAlgorithm(hcfKey_); in GetAlgorithm() local
|
| H A D | sym_key_generator_impl.cpp | 36 const char *algo = generator_->getAlgoName(generator_);
in GetAlgName() local
|
| H A D | cipher_impl.cpp | 94 const char *algo = cipher_->getAlgorithm(cipher_); in GetAlgorithm() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
| H A D | water_flow_regular_test.cpp | 438 auto algo = pattern_->GetCacheLayoutAlgo(); in HWTEST_F() local
|
| H A D | water_flow_segment_layout_test.cpp | 118 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); in HWTEST_F() local 162 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); in HWTEST_F() local 297 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 328 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 360 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 416 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 456 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 508 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 549 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 598 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 631 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 691 auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>()); HWTEST_F() local 823 auto algo = HWTEST_F() local 872 auto algo = HWTEST_F() local 913 auto algo = HWTEST_F() local 959 auto algo = HWTEST_F() local 1013 auto algo = HWTEST_F() local 1181 auto algo = HWTEST_F() local 1215 auto algo = HWTEST_F() local 1263 auto algo = HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | data_compression.cpp | 38 DataCompression *DataCompression::GetInstance(CompressAlgorithm algo) in GetInstance() argument 48 void DataCompression::Register(CompressAlgorithm algo, DataCompression *compressionPtr) in Register() argument
|
| /third_party/node/test/parallel/ |
| H A D | test-crypto-authenticated.js | 627 algo: 'chacha20-poly1305', global() property [all...] |
| /third_party/lzma/C/ |
| H A D | LzmaEnc.h | 22 int algo; /* 0 - fast, 1 - normal, default = 1 */
member
|
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| H A D | napi_key.cpp | 50 const char *algo = key->getAlgorithm(key);
in JsGetAlgorithm() local
|
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| H A D | napi_key.cpp | 58 const char *algo = key->getAlgorithm(key); in JsGetAlgorithm() local
|
| /base/security/crypto_framework/frameworks/key/ |
| H A D | ecc_key_util.c | 30 HcfAlgValue algo; member
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
| H A D | grid_irregular_layout_test.cpp | 429 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); in HWTEST_F() local 471 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); in HWTEST_F() local 515 auto algo in HWTEST_F() local 573 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); HWTEST_F() local 648 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); HWTEST_F() local [all...] |
| /foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/ |
| H A D | native_cencinfo.cpp | 83 OH_AVErrCode OH_AVCencInfo_SetAlgorithm(OH_AVCencInfo *cencInfo, enum DrmCencAlgorithm algo) in OH_AVCencInfo_SetAlgorithm() argument [all...] |
| /test/xts/hats/kernel/syscalls/net/sockopt/ |
| H A D | SockoptApiTest.cpp | 495 const char *algo = "cubic"; in HWTEST_F() local
|
| /third_party/lzma/CPP/7zip/Crypto/ |
| H A D | MyAes.cpp | 226 UInt32 algo = 0;
in SetCoderProperties() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | core_algorithm.c | 180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name() argument 137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
|
| H A D | core_fetch.c | 102 ossl_method_construct_this(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *cbdata) ossl_method_construct_this() argument
|
| /third_party/openssl/crypto/ |
| H A D | core_algorithm.c | 180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name() argument 137 ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER *provider, int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), int (*reserve_store)(int no_store, void *data), void (*fn)(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *data), int (*unreserve_store)(void *data), int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, int *result), void *data) ossl_algorithm_do_all() argument
|
| H A D | core_fetch.c | 102 ossl_method_construct_this(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *algo, int no_store, void *cbdata) ossl_method_construct_this() argument
|
| /base/msdp/device_status/test/unittest/libs/src/ |
| H A D | device_status_algorithm_test.cpp | 592 std::shared_ptr<MsdpAlgoHandle> algo = std::make_shared<MsdpAlgoHandle>(); in HWTEST_F() local
|
| /base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
| H A D | cert_chain_validator.c | 168 const char *algo = (const char *)impl->algorithm; in GetAlgorithm() local
|
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| H A D | crypto_x509_cert_chain_validator_test.cpp | 261 const char *algo = g_validator->getAlgorithm(g_validator); in HWTEST_F() local 519 const char *algo = g_validator->getAlgorithm(nullptr); in HWTEST_F() local 531 const char *algo = g_validator->getAlgorithm(&invalidValidator); in HWTEST_F() local
|
| /base/security/crypto_framework/frameworks/crypto_operation/ |
| H A D | key_agreement.c | 41 HcfAlgValue algo; member [all...] |
| H A D | kdf.c | 38 HcfAlgValue algo;
member
|