Searched refs:bitcount (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
| H A D | sum-sha2.c | 451 sha2_word64 bitcount; member 639 usedspace = (sha->bitcount >> 3) % SHA256_BLOCK_LENGTH; in sha256_block() 647 sha->bitcount += freespace << 3; in sha256_block() 654 sha->bitcount += len << 3; in sha256_block() 663 sha->bitcount += SHA256_BLOCK_LENGTH << 3; in sha256_block() 670 sha->bitcount += len << 3; in sha256_block() 685 sha->bitcount = 0; in sha256_init() 714 usedspace = (sha->bitcount >> 3) % SHA256_BLOCK_LENGTH; in sha256_done() 717 REVERSE64(sha->bitcount,sha->bitcount); in sha256_done() 744 MEMCPY_BCOPY(&sha->buffer[SHA256_SHORT_BLOCK_LENGTH], &sha->bitcount, 8); in sha256_done() [all …]
|
| H A D | RELEASE | 1 12-02-29 sum-sha2.c: bitcount[] order reversed to allow a single noalias buffer copy
|
| /illumos-gate/usr/src/common/bignum/ |
| H A D | bignumimpl.c | 1899 uint32_t bit, bitind, bitcount, groupbits, apowerssize; in big_modexp_ncp_int() local 1949 bitcount = 0; in big_modexp_ncp_int() 1953 if ((bitcount == 0) && (bit == 0)) { in big_modexp_ncp_int() 1959 bitcount++; in big_modexp_ncp_int() 1967 if (bitcount == groupbits) { in big_modexp_ncp_int() 1990 bitcount = 0; in big_modexp_ncp_int() 2049 uint32_t bit, bitind, bitcount, nlen; in big_modexp_ncp_float() local 2186 bitcount = 0; in big_modexp_ncp_float() 2190 if ((bitcount == 0) && (bit == 0)) { in big_modexp_ncp_float() 2196 bitcount++; in big_modexp_ncp_float() [all …]
|