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

/illumos-gate/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++) {
H A Decl-priv.h267 * be an array of signed char's to output to, bitsize should be the number
272 mp_err ec_compute_wNAF(signed char *out, int bitsize, const mp_int *in,
/illumos-gate/usr/src/cmd/amt/
H A Damt.c105 int bitsize; local
130 bitsize = memory_type(argv[0]);
135 "================\n"), bitsize);

Completed in 45 milliseconds