Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp38 int32_t EncryptTest(struct CipherEncryptStructure *encryptStructTest) in EncryptTest() function
221 ret = EncryptTest(&testEncryptStruct); in BaseTestCipher()
289 ret = EncryptTest(&encryptStruct); in BaseTestEncrypt()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_cipher_c.h394 int32_t EncryptTest(struct CipherEncryptStructure *encryptStruct);
/ohos5.0/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp484 void EncryptTest(const struct HksBlob *authId, const struct HksParamSet *paramInSet);
688 void ApiPressureTest::EncryptTest(const struct HksBlob *authId, const struct HksParamSet *paramInSe… in EncryptTest() function in __anon5fa36e6d0110::ApiPressureTest
1280 threads.emplace_back(std::thread(&ApiPressureTest::EncryptTest, this, &authId, paramInSet));