Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_segment_layout_test.cpp118 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
162 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
297 …auto algo = AceType::MakeRefPtr<WaterFlowSegmentedLayout>(AceType::MakeRefPtr<WaterFlowLayoutInfo>… variable
823 auto algo = variable
872 auto algo = variable
913 auto algo = variable
959 auto algo = variable
1013 auto algo = variable
1181 auto algo = variable
1215 auto algo = variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_compression.cpp38 DataCompression *DataCompression::GetInstance(CompressAlgorithm algo) in GetInstance()
48 void DataCompression::Register(CompressAlgorithm algo, DataCompression *compressionPtr) in Register()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_algo_unittest.cpp42 std::unique_ptr<Crc32Algorithm> algo = std::make_unique<Crc32Algorithm>(); in TestCrcDigest() local
65 std::unique_ptr<Sha256Algorithm> algo = std::make_unique<Sha256Algorithm>(); in TestHash256Digest() local
84 std::unique_ptr<Sha384Algorithm> algo = std::make_unique<Sha384Algorithm>(); in TestHash384Digest() local
122 PkgAlgorithm::PkgAlgorithmPtr algo = PkgAlgorithmFactory::GetAlgorithm(nullptr); in TestInvalidParam() local
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_validator_test.cpp261 const char *algo = g_validator->getAlgorithm(g_validator); variable
519 const char *algo = g_validator->getAlgorithm(nullptr); variable
531 const char *algo = g_validator->getAlgorithm(&invalidValidator); variable
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dkey_impl.cpp50 const char *algo = hcfKey_->getAlgorithm(hcfKey_); in GetAlgorithm() local
H A Dsym_key_generator_impl.cpp36 const char *algo = generator_->getAlgoName(generator_); in GetAlgName() local
H A Dcipher_impl.cpp94 const char *algo = cipher_->getAlgorithm(cipher_); in GetAlgorithm() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/inc/
H A Dsym_common_defines.h24 HcfAlgValue algo; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp429 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
471 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
515 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
573 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(oldInfo); variable
648 auto algo = AceType::MakeRefPtr<GridIrregularLayoutAlgorithm>(GridLayoutInfo {}); variable
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1138 static int32_t HashToPoint(const Uint8Buff *hash, Algorithm algo, Uint8Buff *outEcPoint) in HashToPoint()
1329 Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in AgreeSharedSecretWithStorage()
1423 …tic int32_t AgreeSharedSecret(const KeyParams *priKeyParams, const KeyBuff *pubKey, Algorithm algo, in AgreeSharedSecret()
1504 …ic int32_t ConstructGenerateKeyPairWithStorageParams(struct HksParamSet **paramSet, Algorithm algo, in ConstructGenerateKeyPairWithStorageParams()
1549 …tic int32_t GenerateKeyPairWithStorage(const KeyParams *keyParams, uint32_t keyLen, Algorithm algo, in GenerateKeyPairWithStorage()
1643 static int32_t GenerateKeyPair(Algorithm algo, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GenerateKeyPair()
1776 Algorithm algo) in ConstructSignParams()
1812 static int32_t Sign(const KeyParams *keyParams, const Uint8Buff *message, Algorithm algo, in Sign()
1905 static int32_t Verify(const KeyParams *keyParams, const Uint8Buff *message, Algorithm algo, in Verify()
1997 static int32_t ImportPublicKey(const KeyParams *keyParams, const Uint8Buff *pubKey, Algorithm algo, in ImportPublicKey()
[all …]
/ohos5.0/base/security/crypto_framework/common/inc/
H A Dparams_parser.h217 HcfAlgValue algo; member
226 HcfAlgValue algo; // algType member
232 HcfAlgValue algo; // algType member
240 HcfAlgValue algo; member
244 HcfAlgValue algo; // algType member
/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Decc_key_util.c30 HcfAlgValue algo; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.h168 void SetCacheLayoutAlgo(const RefPtr<WaterFlowLayoutBase>& algo) in SetCacheLayoutAlgo()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_key.cpp50 const char *algo = key->getAlgorithm(key); in JsGetAlgorithm() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Ddrm_decryptor_coverage_unit_test.cpp410 void CreateAudioCencInfo(MetaDrmCencInfo &cencInfo, MetaDrmCencAlgorithm algo) in CreateAudioCencInfo()
425 …std::shared_ptr<MediaAVCodec::CodecDrmDecryptorMock> decryptorMock, MetaDrmCencAlgorithm algo, int… in AudioCencDecrypt()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key.cpp58 const char *algo = key->getAlgorithm(key); in JsGetAlgorithm() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcencinfo/
H A Dnative_cencinfo.cpp83 OH_AVErrCode OH_AVCencInfo_SetAlgorithm(OH_AVCencInfo *cencInfo, enum DrmCencAlgorithm algo) in OH_AVCencInfo_SetAlgorithm()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/avcencinfo_fuzzer/
H A Davcencinfo_fuzzer.cpp104 DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(*data); in CencInfoSetAlgorithmFuzzTest() local
315 DrmCencAlgorithm algo = static_cast<enum DrmCencAlgorithm>(*data); in CencInfoSetAVBufferFuzzTest() local
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dkey_agreement.c41 HcfAlgValue algo; member
H A Dkdf.c38 HcfAlgValue algo; member
H A Dsignature.c52 HcfAlgValue algo; member
58 HcfAlgValue algo; member
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dcert_chain_validator.c168 const char *algo = (const char *)impl->algorithm; in GetAlgorithm() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_single_ver_kv_entry.cpp397 uint32_t destLen, CompressAlgorithm algo) in Uncompress()
419 …vector<uint8_t> &compressedEntries, Parcel &parcel, uint32_t targetVersion, CompressAlgorithm algo) in SerializeCompressedDatas()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp284 const auto algo = Algorithm(); in Clear() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp413 for (const auto &algo : SyncConfig::COMPRESSALGOMAP) { in GetRemoteCompressAlgo() local
429 for (const auto &algo : remoteCompressAlgoSet) { in GetRemoteCompressAlgoStr() local

12