Home
last modified time | relevance | path

Searched refs:GetAlgorithm (Results 1 – 18 of 18) sorted by relevance

/base/security/crypto_framework/frameworks/cj/include/
Dkey_impl.h31 const char *GetAlgorithm(int32_t* errCode);
Dcipher_impl.h37 const char *GetAlgorithm(int32_t* errCode);
/base/security/crypto_framework/frameworks/cj/src/
Dkey_impl.cpp44 const char *KeyImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() function in OHOS::CryptoFramework::KeyImpl
Dcipher_impl.cpp87 const char *CipherImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() function in OHOS::CryptoFramework::CipherImpl
Dcrypto_ffi.cpp259 const char* res = instance->GetAlgorithm(errCode); in FfiOHOSSymKeyGetAlgName()
594 const char* res = instance->GetAlgorithm(errCode); in FfiOHOSCipherGetAlgName()
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
Dcert_chain_validator.c157 static const char *GetAlgorithm(HcfCertChainValidator *self) in GetAlgorithm() function
197 returnValidator->base.getAlgorithm = GetAlgorithm; in HcfCertChainValidatorCreate()
/base/update/updater/test/unittest/package/
Dpkg_algo_unittest.cpp122 PkgAlgorithm::PkgAlgorithmPtr algo = PkgAlgorithmFactory::GetAlgorithm(nullptr); in TestInvalidParam()
126 algo = PkgAlgorithmFactory::GetAlgorithm(nullptr); in TestInvalidParam()
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c104 static const char *GetAlgorithm(HcfKey *self) in GetAlgorithm() function
337 returnSymmKey->key.key.getAlgorithm = GetAlgorithm; in GenerateSymmKey()
397 returnSymmKey->key.key.getAlgorithm = GetAlgorithm; in ConvertSymmKey()
/base/update/updater/services/package/pkg_algorithm/
Dpkg_algorithm.h93 … static PkgAlgorithm::PkgAlgorithmPtr GetAlgorithm(const PkgManager::FileInfoPtr config = nullptr);
Dpkg_algorithm.cpp207 PkgAlgorithm::PkgAlgorithmPtr PkgAlgorithmFactory::GetAlgorithm(const PkgManager::FileInfoPtr confi… in GetAlgorithm() function in Hpackage::PkgAlgorithmFactory
/base/update/updater/services/package/pkg_package/
Dpkg_lz4file.cpp49 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
79 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
Dpkg_gzipfile.cpp128 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
197 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
Dpkg_zipfile.cpp355 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
640 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
Dpkg_upgradefile.cpp840 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
929 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
/base/security/crypto_framework/frameworks/crypto_operation/
Dcipher.c193 static const char *GetAlgorithm(HcfCipher *self) in GetAlgorithm() function
331 cipher->super.getAlgorithm = GetAlgorithm; in InitCipher()
/base/update/updater/test/fuzztest/fuzz_src_data/
DTestDecompressGzip.new.gz
/base/update/updater/test/unittest/test_data/applypatch/
DTestDecompressGzip.new.gz
/base/update/updater/services/package/pkg_manager/
Dpkg_managerImpl.cpp957 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in DoCreatePkgStream()
989 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in DoCreatePkgStream()