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 D | dlp_crypt_test.cpp | 724 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 D | dlp_crypt.h | 113 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 D | dlp_crypt.cpp | 509 int32_t DlpOpensslAesDecryptInit(void** cryptoCtx, const struct DlpBlob* key, const struct DlpUsage… in DlpOpensslAesDecryptInit() function
|