Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dcert_chain_validator.c157 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 Dsym_key_openssl.c103 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 Dkey_impl.h32 const char *GetAlgorithm(int32_t* errCode);
H A Dcipher_impl.h37 const char *GetAlgorithm(int32_t* errCode);
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_algo_unittest.cpp122 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 Dkey_impl.cpp43 const char *KeyImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() function in OHOS::CryptoFramework::KeyImpl
H A Dcipher_impl.cpp87 const char *CipherImpl::GetAlgorithm(int32_t* errCode) in GetAlgorithm() function in OHOS::CryptoFramework::CipherImpl
H A Dcrypto_ffi.cpp259 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 Dpkg_lz4file.cpp49 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
79 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
H A Dpkg_gzipfile.cpp128 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
197 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
H A Dpkg_zipfile.cpp354 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Pack()
664 … PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(&fileInfo_.fileInfo); in Unpack()
H A Dpkg_upgradefile.cpp834 … 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 Dcipher.c185 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 Dpkg_algorithm.h93 … static PkgAlgorithm::PkgAlgorithmPtr GetAlgorithm(const PkgManager::FileInfoPtr config = nullptr);
H A Dpkg_algorithm.cpp207 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 DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/
H A DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp904 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in DoCreatePkgStream()
936 PkgAlgorithm::PkgAlgorithmPtr algorithm = PkgAlgorithmFactory::GetAlgorithm(info); in DoCreatePkgStream()