Home
last modified time | relevance | path

Searched refs:DlpOpensslHashFreeCtx (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.h129 int32_t DlpOpensslHashFreeCtx(void** cryptoCtx);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp1922 ASSERT_EQ(DLP_PARSE_ERROR_VALUE_INVALID, DlpOpensslHashFreeCtx(nullptr));
1925 ASSERT_EQ(DLP_PARSE_ERROR_VALUE_INVALID, DlpOpensslHashFreeCtx(&ctx));
1939 ASSERT_EQ(DLP_OK, DlpOpensslHashFreeCtx(&ctx));
1983 DlpOpensslHashFreeCtx(&ctx);
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp906 int32_t DlpOpensslHashFreeCtx(void** cryptoCtx) in DlpOpensslHashFreeCtx() function