Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp363 const uint32_t countOfKeySize = sizeof(paramKeySize) / sizeof(struct HksParam *); in ParamForECCSign() local
364 HksAddParams(paramInSet, paramKeySize[GetRandom() % countOfKeySize], 1); in ParamForECCSign()
434 const uint32_t countOfKeySize = sizeof(paramKeySize) / sizeof(struct HksParam *); in ParamForAgree() local
435 const uint32_t indexOfKeySize = GetRandom() % countOfKeySize; in ParamForAgree()
448 const uint32_t countOfKeySize = sizeof(paramKeySize) / sizeof(struct HksParam *); in ParamForAgree() local
449 const uint32_t indexOfKeySize = GetRandom() % countOfKeySize; in ParamForAgree()