crypto/ecc.c
1048
vli_clear(result, ndigits);
crypto/ecc.c
1054
vli_clear(u, ndigits);
crypto/ecc.c
1056
vli_clear(v, ndigits);
crypto/ecc.c
1214
vli_clear(z, ndigits);
crypto/ecc.c
1445
vli_clear(z + 1, ndigits - 1);
crypto/ecc.c
564
vli_clear(r + ndigits, ndigits);
crypto/ecc.c
568
vli_clear(t + ndigits, ndigits);
crypto/ecc.c
599
vli_clear(m + ndigits, ndigits);
crypto/ecc.c
604
vli_clear(r + ndigits, ndigits);
crypto/ecc.c
615
vli_clear(qc + ndigits, ndigits);
crypto/ecc.c
650
vli_clear(mod_m, word_shift);