Searched refs:tmp_top (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_lib.c368 int tmp_top, tmp_dmax, tmp_neg; local
377 tmp_top = a->top;
387 b->top = tmp_top;
1007 int tmp_top = a->top; local
1009 if (tmp_top > 0) {
1010 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) {
1015 a->top = tmp_top;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_lib.c369 int tmp_top, tmp_dmax, tmp_neg; local
378 tmp_top = a->top;
388 b->top = tmp_top;
1090 int tmp_top = a->top; local
1092 if (tmp_top > 0) {
1093 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) {
1098 a->top = tmp_top;

Completed in 145 milliseconds