Home
last modified time | relevance | path

Searched refs:decryptAliasParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp319 g_testDecryptParams[index].decryptAliasParams.blobExist, in BaseTestDecrypt()
320 g_testDecryptParams[index].decryptAliasParams.blobSize, in BaseTestDecrypt()
321 g_testDecryptParams[index].decryptAliasParams.blobDataExist, in BaseTestDecrypt()
322 g_testDecryptParams[index].decryptAliasParams.blobDataSize); in BaseTestDecrypt()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h181 struct HksTestBlobParams decryptAliasParams; member