Home
last modified time | relevance | path

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

/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool217 def round_to_pow2(number): function
390 self.num_bits = round_to_pow2(int(math.ceil(math.log(self.modulus, 2))))
1344 digest_padding = round_to_pow2(digest_size) - digest_size
3049 digest_padding = round_to_pow2(digest_size) - digest_size
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py220 def round_to_pow2(number): function
396 self.num_bits = round_to_pow2(int(math.ceil(math.log(self.modulus, 2))))
1518 digest_padding = round_to_pow2(digest_size) - digest_size
3627 digest_padding = round_to_pow2(digest_size) - digest_size