crypto/ecc.c
1039
vli_clear(result, ndigits);
crypto/ecc.c
1045
vli_clear(u, ndigits);
crypto/ecc.c
1047
vli_clear(v, ndigits);
crypto/ecc.c
1205
vli_clear(z, ndigits);
crypto/ecc.c
1436
vli_clear(z + 1, ndigits - 1);
crypto/ecc.c
555
vli_clear(r + ndigits, ndigits);
crypto/ecc.c
559
vli_clear(t + ndigits, ndigits);
crypto/ecc.c
590
vli_clear(m + ndigits, ndigits);
crypto/ecc.c
595
vli_clear(r + ndigits, ndigits);
crypto/ecc.c
606
vli_clear(qc + ndigits, ndigits);
crypto/ecc.c
641
vli_clear(mod_m, word_shift);