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/ |
D | hks_openssl_hash_test.cpp | 81 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/ |
D | hks_openssl_hash.h | 33 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash);
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
D | hks_openssl_hash.c | 134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal() function
|
D | hks_openssl_ability.c | 241 (void)RegisterAbility(HKS_CRYPTO_ABILITY_HASH_FINAL, HksOpensslHashFinal); in RegisterAbilityHash()
|