Home
last modified time | relevance | path

Searched refs:bits_len (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Dwp512.c1016 u64 bits_len = (len - remain) * 8ull; in wp512_update() local
1019 wp512_add_length(bitLength, bits_len); in wp512_update()
1023 bits_len -= WP512_BLOCK_SIZE * 8; in wp512_update()
1024 } while (bits_len); in wp512_update()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c538 static unsigned long convert_to_twos(long numeric, unsigned long bits_len) in convert_to_twos() argument