Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_modify_key_test.c85 struct CipherDecryptStructure testDecryptStruct = { in BaseTestCipherProcess() local
98 ret = DecryptCipher(&testDecryptStruct); in BaseTestCipherProcess()
175 struct CipherDecryptStructure testDecryptStruct = { in LITE_TEST_CASE() local
179 ret = DecryptCipher(&testDecryptStruct); in LITE_TEST_CASE()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_modify_key_test.cpp106 struct CipherDecryptStructure testDecryptStruct = { in BaseTestCipher() local
110 ret = DecryptCipher(&testDecryptStruct); in BaseTestCipher()
165 struct CipherDecryptStructure testDecryptStruct = { variable
169 ret = DecryptCipher(&testDecryptStruct);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp226 struct CipherDecryptStructure testDecryptStruct = { in BaseTestCipher() local
230 ret = DecryptCipherTest(&testDecryptStruct); in BaseTestCipher()