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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c3506 * This calculates the size of a bignum in bits, specifically not counting
3512 dca_bitlen(unsigned char *bignum, int bytelen) argument
3518 if (bignum[i] != 0) {
3522 msbyte = bignum[i];

Completed in 60 milliseconds