/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | cert_chain_validator.c | 157 static const char *GetAlgorithm(HcfCertChainValidator *self) in GetAlgorithm() function 197 returnValidator->base.getAlgorithm = GetAlgorithm; in HcfCertChainValidatorCreate()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/ |
H A D | sym_key_openssl.c | 103 static const char *GetAlgorithm(HcfKey *self) in GetAlgorithm() function 279 returnSymmKey->key.key.getAlgorithm = GetAlgorithm; in GenerateSymmKey() 338 returnSymmKey->key.key.getAlgorithm = GetAlgorithm; in ConvertSymmKey()
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/include/ |
H A D | key_impl.h | 32 const char *GetAlgorithm(int32_t* errCode);
|
H A D | cipher_impl.h | 37 const char *GetAlgorithm(int32_t* errCode);
|
/ohos5.0/base/update/updater/test/unittest/package/ |
H A D | pkg_algo_unittest.cpp | 122 PkgAlgorithm::PkgAlgorithmPtr algo = PkgAlgorithmFactory::GetAlgorithm(nullptr); in TestInvalidParam() 126 algo = PkgAlgorithmFactory::GetAlgorithm(nullptr); in TestInvalidParam()
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | key_impl.cpp | 43 const char *KeyImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() function in OHOS::CryptoFramework::KeyImpl
|
H A D | cipher_impl.cpp | 87 const char *CipherImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() function in OHOS::CryptoFramework::CipherImpl
|
H A D | crypto_ffi.cpp | 259 const char* res = instance->GetAlgorithm(errCode); in FfiOHOSSymKeyGetAlgName() 592 const char* res = instance->GetAlgorithm(errCode); in FfiOHOSCipherGetAlgName()
|
/ohos5.0/base/update/updater/services/package/pkg_package/ |
H A D | pkg_lz4file.cpp | 49 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() 79 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
|
H A D | pkg_gzipfile.cpp | 128 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() 197 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
|
H A D | pkg_zipfile.cpp | 354 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() 664 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
|
H A D | pkg_upgradefile.cpp | 834 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack() 923 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
|
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | cipher.c | 185 static const char *GetAlgorithm(HcfCipher *self) in GetAlgorithm() function 323 cipher->super.getAlgorithm = GetAlgorithm; in InitCipher()
|
/ohos5.0/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algorithm.h | 93 … static PkgAlgorithm::PkgAlgorithmPtr GetAlgorithm(const PkgManager::FileInfoPtr config = nullptr);
|
H A D | pkg_algorithm.cpp | 207 PkgAlgorithm::PkgAlgorithmPtr PkgAlgorithmFactory::GetAlgorithm(const PkgManager::FileInfoPtr confi… in GetAlgorithm() function in Hpackage::PkgAlgorithmFactory
|
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/ |
H A D | TestDecompressGzip.new.gz | 1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * ... |
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/ |
H A D | TestDecompressGzip.new.gz | 1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * ... |
/ohos5.0/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_managerImpl.cpp | 904 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in DoCreatePkgStream() 936 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in DoCreatePkgStream()
|