Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/bn/ !
H A Dbn_lib.c362 int tmp_top, tmp_dmax, tmp_neg; in BN_swap() local
371 tmp_top = a->top; in BN_swap()
381 b->top = tmp_top; in BN_swap()
1174 int tmp_top = a->top; in bn_correct_top() local
1176 if (tmp_top > 0) { in bn_correct_top()
1177 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) { in bn_correct_top()
1182 a->top = tmp_top; in bn_correct_top()