Home
last modified time | relevance | path

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

/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/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c416 static int32_t HashToPoint(const Uint8Buff *hash, Algorithm algo, Uint8Buff *outEcPoint) in HashToPoint()
541 …2_t ConstructAgreeWithStorageParams(struct HksParamSet **paramSet, uint32_t keyLen, Algorithm algo, in ConstructAgreeWithStorageParams()
584 … int32_t AgreeSharedSecretWithStorage(const KeyBuff *priKey, const KeyBuff *pubKey, Algorithm algo, in AgreeSharedSecretWithStorage()
622 static int32_t AgreeSharedSecret(const KeyBuff *priKey, const KeyBuff *pubKey, Algorithm algo, Uint… in AgreeSharedSecret()
722 …ic int32_t ConstructGenerateKeyPairWithStorageParams(struct HksParamSet **paramSet, Algorithm algo, in ConstructGenerateKeyPairWithStorageParams()
755 …atic int32_t GenerateKeyPairWithStorage(const Uint8Buff *keyAlias, uint32_t keyLen, Algorithm algo, in GenerateKeyPairWithStorage()
824 static int32_t ConstructGenerateKeyPairParams(struct HksParamSet **paramSet, Algorithm algo, uint32… in ConstructGenerateKeyPairParams()
850 static int32_t GenerateKeyPair(Algorithm algo, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GenerateKeyPair()
927 static int32_t ConstructSignParams(struct HksParamSet **paramSet, Algorithm algo) in ConstructSignParams()
950 static int32_t Sign(const Uint8Buff *keyAlias, const Uint8Buff *message, Algorithm algo, in Sign()
[all …]
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/inc/
Dsym_common_defines.h24 HcfAlgValue algo; member
/base/security/certificate_framework/test/unittest/v1.0/src/
Dcrypto_x509_cert_chain_validator_test.cpp363 const char *algo = g_validator->getAlgorithm(g_validator); variable
621 const char *algo = g_validator->getAlgorithm(nullptr); variable
633 const char *algo = g_validator->getAlgorithm(&invalidValidator); variable
/base/security/crypto_framework/frameworks/key/
Decc_key_util.c30 HcfAlgValue algo; member
Dsym_key_generator.c47 HcfAlgValue algo; member
Dasy_key_generator.c68 HcfAlgValue algo; member
86 HcfAlgValue algo; // algType member
/base/security/crypto_framework/common/inc/
Dparams_parser.h187 HcfAlgValue algo; member
196 HcfAlgValue algo; // algType member
202 HcfAlgValue algo; // algType member
209 HcfAlgValue algo; member
213 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.cpp315 const char *algo = keyAgreement->getAlgoName(keyAgreement); in JsGetAlgorithm() local
Dnapi_sym_key_generator.cpp439 const char *algo = generator->getAlgoName(generator); in JsGetAlgorithm() local
Dnapi_asy_key_spec_generator.cpp505 const char *algo = generator->getAlgName(generator); in JsGetAlgorithm() local
Dnapi_cipher.cpp551 const char *algo = cipher->getAlgorithm(cipher); in JsGetAlgorithm() local
/base/security/crypto_framework/frameworks/crypto_operation/
Dkdf.c37 HcfAlgValue algo; member
Dkey_agreement.c41 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.c169 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.c215 Algorithm algo; in EcSpekeCalBase() local
272 Algorithm algo; in EcSpekeCalEpkSelf() local
307 Algorithm algo = (params->curveType == CURVE_TYPE_256) ? P256 : X25519; in CheckEpkPeerValid() local
319 Algorithm algo = (params->curveType == CURVE_TYPE_256) ? P256 : X25519; in CalP() local
/base/security/crypto_framework/common/src/
Dasy_key_params.c42 char *algo; member
/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_algorithm_test.cpp620 std::shared_ptr<MsdpAlgoHandle> algo = std::make_shared<MsdpAlgoHandle>(); variable
/base/startup/hvb/libhvb/src/cert/
Dhvb_cert.c42 static uint64_t get_hash_size(uint32_t algo) in get_hash_size()