Home
last modified time | relevance | path

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

/base/security/huks/test/reliability/src/
Dapi_pressure_test.cpp160 const struct HksParam *paramKeySize[] = { in ParamForAESCipher() local
165 const uint32_t count = sizeof(paramKeySize) / sizeof(struct HksParam *); in ParamForAESCipher()
166 HksAddParams(paramInSet, paramKeySize[GetRandom() % count], 1); in ParamForAESCipher()
172 const struct HksParam *paramKeySize[] = { in RSAKeySizeRand() local
180 const uint32_t count = sizeof(paramKeySize) / sizeof(struct HksParam *); in RSAKeySizeRand()
181 HksAddParams(paramInSet, paramKeySize[GetRandom() % count], 1); in RSAKeySizeRand()
186 const struct HksParam *paramKeySize[] = { in RSAKeySizeWithout512() local
193 const uint32_t count = sizeof(paramKeySize) / sizeof(struct HksParam *); in RSAKeySizeWithout512()
194 HksAddParams(paramInSet, paramKeySize[GetRandom() % count], 1); in RSAKeySizeWithout512()
199 const struct HksParam *paramKeySize[] = { in RSAKeySizeWithout768() local
[all …]