Home
last modified time | relevance | path

Searched refs:HksMbedtlsHashFreeCtx (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.h39 void HksMbedtlsHashFreeCtx(void **cryptoCtx);
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_hash.c549 HksMbedtlsHashFreeCtx(cryptoCtx); in HksMbedtlsHashFinal()
563 HksMbedtlsHashFreeCtx(cryptoCtx); in HksMbedtlsHashFinal()
567 void HksMbedtlsHashFreeCtx(void **cryptoCtx) in HksMbedtlsHashFreeCtx() function
H A Dhks_mbedtls_ability.c192 (void)RegisterAbility(HKS_CRYPTO_ABILITY_HASH_FREE_CTX, (void *)HksMbedtlsHashFreeCtx); in RegisterAbilityHash()