Home
last modified time | relevance | path

Searched defs:performTimes (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/security_lite/huks/common/
Dhks_test_api_performance.c29 struct HksParamSet *paramSetOut, uint32_t performTimes) in HksGenerateKeyRun()
43 const struct HksBlob *plainText, struct HksBlob *cipherText, uint32_t performTimes) in HksEncryptRun()
66 const struct HksBlob *cipherText, struct HksBlob *plainText, uint32_t performTimes) in HksDecryptRun()
88 const struct HksBlob *srcData, struct HksBlob *mac, uint32_t performTimes) in HksMacRun()
110 struct HksBlob *derivedKey, uint32_t performTimes) in HksDeriveKeyRun()
131 int32_t HksDeleteKeyRun(const struct HksBlob *keyAlias, uint32_t performTimes) in HksDeleteKeyRun()
137 int32_t HksKeyExistRun(const struct HksBlob *keyAlias, uint32_t performTimes) in HksKeyExistRun()
149 int32_t HksGenerateRandomRun(struct HksBlob *random, uint32_t performTimes) in HksGenerateRandomRun()
171 const struct HksBlob *peerPublicKey, struct HksBlob *agreedKey, uint32_t performTimes) in HksAgreeKeyRun()
193 const struct HksBlob *srcData, struct HksBlob *hash, uint32_t performTimes) in HksHashRun()
[all …]
Dhks_test_cipher.c633 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestCipher()
687 int32_t BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestEncrypt()
739 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestDecrypt()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_cipher.h29 uint32_t performTimes; member
40 uint32_t performTimes; member
51 uint32_t performTimes; member
/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_generate_key_test.cpp83 uint32_t performTimes = 1; variable
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_generate_key_test.c108 uint32_t performTimes = 1; in ExecHksGenerateKeyTest001() local