Home
last modified time | relevance | path

Searched refs:encryptAliasParams (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.cpp267 g_testEncryptParams[index].encryptAliasParams.blobExist, in BaseTestEncrypt()
268 g_testEncryptParams[index].encryptAliasParams.blobSize, in BaseTestEncrypt()
269 g_testEncryptParams[index].encryptAliasParams.blobDataExist, in BaseTestEncrypt()
270 g_testEncryptParams[index].encryptAliasParams.blobDataSize); in BaseTestEncrypt()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h170 struct HksTestBlobParams encryptAliasParams; member