Searched refs:bits_len (Results 1 – 2 of 2) sorted by relevance
1016 u64 bits_len = (len - remain) * 8ull; in wp512_update() local1019 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()
538 static unsigned long convert_to_twos(long numeric, unsigned long bits_len) in convert_to_twos() argument