Home
last modified time | relevance | path

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

12

/base/update/updater/test/unittest/package/
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
/base/security/certificate_framework/test/unittest/v1.0/src/
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
/base/security/crypto_framework/frameworks/cj/src/
Dkey_impl.cpp50 const char *algo = hcfKey_->getAlgorithm(hcfKey_); in GetAlgorithm() local
Dsym_key_generator_impl.cpp36 const char *algo = generator_->getAlgoName(generator_); in GetAlgName() local
Dcipher_impl.cpp94 const char *algo = cipher_->getAlgorithm(cipher_); in GetAlgorithm() local
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/inc/
Dsym_common_defines.h24 HcfAlgValue algo; member
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c1138 static int32_t HashToPoint(const Uint8Buff *hash, Algorithm algo, Uint8Buff *outEcPoint) in HashToPoint()
1265 …2_t ConstructAgreeWithStorageParams(struct HksParamSet **paramSet, uint32_t keyLen, Algorithm algo, in ConstructAgreeWithStorageParams()
1329 Algorithm algo, uint32_t sharedKeyLen, const Uint8Buff *sharedKeyAlias) in AgreeSharedSecretWithStorage()
1398 static int32_t ConstructAgreeParamSet(const KeyParams *keyParams, Algorithm algo, const Uint8Buff *… in ConstructAgreeParamSet()
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()
1617 static int32_t ConstructGenerateKeyPairParams(struct HksParamSet **paramSet, Algorithm algo, uint32… in ConstructGenerateKeyPairParams()
1643 static int32_t GenerateKeyPair(Algorithm algo, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GenerateKeyPair()
1776 Algorithm algo) in ConstructSignParams()
[all …]
/base/security/crypto_framework/common/inc/
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
/base/security/crypto_framework/frameworks/key/
Decc_key_util.c30 HcfAlgValue algo; member
Dsym_key_generator.c48 HcfAlgValue algo; member
Dasy_key_generator.c68 HcfAlgValue algo; member
86 HcfAlgValue algo; // algType member
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_key.cpp50 const char *algo = key->getAlgorithm(key); in JsGetAlgorithm() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_key.cpp58 const char *algo = key->getAlgorithm(key); in JsGetAlgorithm() local
Dnapi_key_agreement.cpp437 const char *algo = keyAgreement->getAlgoName(keyAgreement); in JsGetAlgorithm() local
Dnapi_sym_key_generator.cpp574 const char *algo = generator->getAlgoName(generator); in JsGetAlgorithm() local
Dnapi_asy_key_spec_generator.cpp673 const char *algo = generator->getAlgName(generator); in JsGetAlgorithm() local
/base/security/crypto_framework/frameworks/crypto_operation/
Dkey_agreement.c41 HcfAlgValue algo; member
Dkdf.c38 HcfAlgValue algo; member
Dsignature.c52 HcfAlgValue algo; member
58 HcfAlgValue algo; member
Dcipher.c42 HcfAlgValue algo; member
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
Dcert_chain_validator.c168 const char *algo = (const char *)impl->algorithm; in GetAlgorithm() local
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
Dec_speke_protocol.c217 Algorithm algo; in EcSpekeCalBase() local
274 Algorithm algo; in EcSpekeCalEpkSelf() local
309 Algorithm algo = (params->curveType == CURVE_TYPE_256) ? P256 : X25519; in CheckEpkPeerValid() local
321 Algorithm algo = (params->curveType == CURVE_TYPE_256) ? P256 : X25519; in CalP() local
/base/security/crypto_framework/common/src/
Dasy_key_params.c43 char *algo; member
/base/msdp/device_status/test/unittest/libs/src/
Ddevice_status_algorithm_test.cpp592 std::shared_ptr<MsdpAlgoHandle> algo = std::make_shared<MsdpAlgoHandle>(); variable
/base/startup/hvb/libhvb/src/cert/
Dhvb_cert.c47 static uint64_t get_hash_size(uint32_t algo) in get_hash_size()

12