Home
last modified time | relevance | path

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

/crypto/
A Ddrbg.c771 unsigned int remainder = 0; in drbg_add_buf() local
777 remainder += *dstptr + *addptr; in drbg_add_buf()
778 *dstptr = remainder & 0xff; in drbg_add_buf()
779 remainder >>= 8; in drbg_add_buf()
783 while (len && remainder > 0) { in drbg_add_buf()
784 remainder = *dstptr + 1; in drbg_add_buf()
785 *dstptr = remainder & 0xff; in drbg_add_buf()
786 remainder >>= 8; in drbg_add_buf()
A Dansi_cprng.c216 remainder: in get_prng_bytes()
262 goto remainder; in get_prng_bytes()
A Dhctr2.c201 unsigned int remainder = bulk_len % BLOCKCIPHER_BLOCK_SIZE; in hctr2_hash_message() local
220 if (remainder) { in hctr2_hash_message()
222 BLOCKCIPHER_BLOCK_SIZE - remainder); in hctr2_hash_message()

Completed in 11 milliseconds