Home
last modified time | relevance | path

Searched refs:HksMbedtlsHashUpdate (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/include/
H A Dhks_mbedtls_hash.h35 int32_t HksMbedtlsHashUpdate(void *cryptoCtx, const struct HksBlob *msg);
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ability.c190 (void)RegisterAbility(HKS_CRYPTO_ABILITY_HASH_UPDATE, (void *)HksMbedtlsHashUpdate); in RegisterAbilityHash()
H A Dhks_mbedtls_hash.c498 int32_t HksMbedtlsHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksMbedtlsHashUpdate() function