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

/osnet-11/usr/src/common/crypto/ecc/
H A Dec_naf.c64 * be an array of signed char's to output to, bitsize should be the number
70 ec_compute_wNAF(signed char *out, int bitsize, const mp_int *in, int w) argument
104 for (; i < bitsize + 1; i++) {

Completed in 15 milliseconds