Searched refs:ectestTime (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp_test.c | 124 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \ 136 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \ 144 ectest_curve_GFp(ECGroup *group, int ectestPrint, int ectestTime, in ectest_curve_GFp() argument 365 if (ectestTime) { in ectest_curve_GFp() 425 int ectestTime = 0; in ecp_test() local
|
H A D | ec2_test.c | 125 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \ 137 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \ 145 ectest_curve_GF2m(ECGroup *group, int ectestPrint, int ectestTime, in ectest_curve_GF2m() argument 403 if (ectestTime) { in ectest_curve_GF2m() 462 int ectestTime = 0; in ec2_test() local
|