Searched refs:paramKeySize (Results 1 – 1 of 1) sorted by relevance
160 const struct HksParam *paramKeySize[] = { in ParamForAESCipher() local165 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() local180 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() local193 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 …]