Searched defs:ectestPrint (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_test.c | 127 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \ 139 MP_CHECKOK( ectest_curve_GF2m(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \ 147 ectest_curve_GF2m(ECGroup *group, int ectestPrint, int ectestTime, argument 177 if (ectestPrint) { 198 if (ectestPrint) { 218 if (ectestPrint) { 238 if (ectestPrint) { 257 if (ectestPrint) { 274 if (ectestPrint) { 293 if (ectestPrint) { 465 int ectestPrint = 0; local [all...] |
H A D | ecp_test.c | 126 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 1, KM_SLEEP) ); \ 138 MP_CHECKOK( ectest_curve_GFp(group, ectestPrint, ectestTime, 0, KM_SLEEP) ); \ 146 ectest_curve_GFp(ECGroup *group, int ectestPrint, int ectestTime, argument 175 if (ectestPrint) { 196 if (ectestPrint) { 217 if (ectestPrint) { 236 if (ectestPrint) { 253 if (ectestPrint) { 272 if (ectestPrint) { 291 if (ectestPrint) { 428 int ectestPrint = 0; local [all...] |
Completed in 65 milliseconds