Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_crypt.h127 int32_t DlpOpensslHashFinal(void** cryptoCtx, const struct DlpBlob* msg, struct DlpBlob* hash);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp1740 int32_t ret = DlpOpensslHashFinal(nullptr, &message, &hash);
1772 ret = DlpOpensslHashFinal(&ctx, nullptr, &hash);
1804 ret = DlpOpensslHashFinal(&ctx, &msg1, &hash);
1836 ret = DlpOpensslHashFinal(&ctx, &message, nullptr);
1871 ASSERT_EQ(DLP_PARSE_ERROR_CRYPTO_ENGINE_ERROR, DlpOpensslHashFinal(&ctx, &msg1, &hash));
1907 ASSERT_EQ(DLP_PARSE_ERROR_CRYPTO_ENGINE_ERROR, DlpOpensslHashFinal(&ctx, &msg1, &hash));
1981 ret = DlpOpensslHashFinal(&ctx, &mNull, &mOut);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp867 int32_t DlpOpensslHashFinal(void** cryptoCtx, const struct DlpBlob* msg, struct DlpBlob* hash) in DlpOpensslHashFinal() function