Searched refs:ectestPrint (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
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 175 if (ectestPrint) { in ectest_curve_GF2m() 196 if (ectestPrint) { in ectest_curve_GF2m() 216 if (ectestPrint) { in ectest_curve_GF2m() 236 if (ectestPrint) { in ectest_curve_GF2m() 255 if (ectestPrint) { in ectest_curve_GF2m() 272 if (ectestPrint) { in ectest_curve_GF2m() 291 if (ectestPrint) { in ectest_curve_GF2m() [all …]
|
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 173 if (ectestPrint) { in ectest_curve_GFp() 194 if (ectestPrint) { in ectest_curve_GFp() 215 if (ectestPrint) { in ectest_curve_GFp() 234 if (ectestPrint) { in ectest_curve_GFp() 251 if (ectestPrint) { in ectest_curve_GFp() 270 if (ectestPrint) { in ectest_curve_GFp() 289 if (ectestPrint) { in ectest_curve_GFp() [all …]
|