Searched defs:bitsize (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec_naf.c55 * be an array of signed char's to output to, bitsize should be the number
61 ec_compute_wNAF(signed char *out, int bitsize, const mp_int *in, int w) argument
95 for (; i < bitsize + 1; i++) {

Completed in 42 milliseconds