Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp724 int32_t ret = DlpOpensslAesDecryptInit(nullptr, &key, &usageSpec);
759 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, nullptr);
823 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec);
847 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec);
873 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec);
934 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec);
972 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec);
1010 int32_t ret = DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec);
1036 ASSERT_EQ(0, DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec));
1044 ASSERT_EQ(0, DlpOpensslAesDecryptInit(&ctx, &key, &usageSpec));
[all …]
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_crypt.h113 int32_t DlpOpensslAesDecryptInit(void** cryptoCtx, const struct DlpBlob* key, const struct DlpUsage…
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp509 int32_t DlpOpensslAesDecryptInit(void** cryptoCtx, const struct DlpBlob* key, const struct DlpUsage… in DlpOpensslAesDecryptInit() function