Home
last modified time | relevance | path

Searched refs:HksOpensslHashFinal (Results 1 – 4 of 4) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/
Dhks_openssl_hash_test.cpp81 int32_t ret = HksOpensslHashFinal(nullptr, nullptr, nullptr);
97 ret = HksOpensslHashFinal(&ctx, nullptr, nullptr);
113 ret = HksOpensslHashFinal(&ctx, &msg, nullptr);
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_hash.h33 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash);
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_hash.c134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal() function
Dhks_openssl_ability.c241 (void)RegisterAbility(HKS_CRYPTO_ABILITY_HASH_FINAL, HksOpensslHashFinal); in RegisterAbilityHash()