Home
last modified time | relevance | path

Searched refs:bitcount (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c451 sha2_word64 bitcount; member
647 sha->bitcount += freespace << 3; in sha256_block()
654 sha->bitcount += len << 3; in sha256_block()
670 sha->bitcount += len << 3; in sha256_block()
685 sha->bitcount = 0; in sha256_init()
717 REVERSE64(sha->bitcount,sha->bitcount); in sha256_done()
820 sha2_word64 bitcount[2]; member
1048 sha->bitcount[0] = sha->bitcount[1] = 0; in sha512_init()
1077 REVERSE64(sha->bitcount[0],sha->bitcount[0]); in sha512_done()
1078 REVERSE64(sha->bitcount[1],sha->bitcount[1]); in sha512_done()
[all …]
H A DRELEASE1 12-02-29 sum-sha2.c: bitcount[] order reversed to allow a single noalias buffer copy
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1949 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()
2204 if (bitcount == groupbits) { in big_modexp_ncp_float()
[all …]