Home
last modified time | relevance | path

Searched defs:algType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_entity.h32 HASH_ALGORITHM_TYPE algType = HASH_ALGORITHM_TYPE_UNSUPPORTED; member
H A Dhashstream_n_exporter.cpp54 static napi_value SetHsEntity(napi_env env, NFuncArg &funcArg, HASH_ALGORITHM_TYPE algType) in SetHsEntity()
111 HASH_ALGORITHM_TYPE algType = GetHashAlgorithm(alg.get()); in Constructor() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
H A Dhks_openssl_aes.h71 uint32_t algType; member
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_key_operation.h32 uint32_t algType; member
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_curve25519.c31 static int32_t SaveCurve25519KeyMaterial(uint32_t algType, const EVP_PKEY *pKey, struct HksBlob *ke… in SaveCurve25519KeyMaterial()
67 static int GetCurve25519Id(uint32_t algType) in GetCurve25519Id()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp54 HASH_ALGORITHM_TYPE algType = GetHashAlgorithm(alg.get()); in GetHashArgs() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dhash.cpp64 HASH_ALGORITHM_TYPE algType = GetHashAlgorithm(alg, algLen); in GetHashArgs() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_crypto_hal.h35 uint32_t algType; member
62 uint32_t algType; member
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c191 static int32_t SaveKeyMaterialCurve25519(uint32_t algType, const EVP_PKEY *pKey, struct CmBlob *key… in SaveKeyMaterialCurve25519()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c252 mbedtls_md_type_t algType, unsigned char *hash, size_t *hashLen) in CalcCmpContHash()
289 mbedtls_md_type_t algType, unsigned char *hash, size_t *hashLen) in CalcDigest()
H A Dmbedtls_pkcs7.c832 static int32_t GetSignerDigestAlg(const SignerInfo *signer, mbedtls_md_type_t *algType) in GetSignerDigestAlg()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob.c106 static void GetDeriveKeyAlg(const struct HksParamSet *paramSet, uint32_t *algType) in GetDeriveKeyAlg()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_aes.c43 uint32_t algType; member