Home
last modified time | relevance | path

Searched refs:bound_mpi (Results 1 – 4 of 4) sorted by relevance

/external/mbedtls/scripts/mbedtls_dev/
Dbignum_common.py51 def bound_mpi(val: int, bits_in_limb: int) -> int: function
153 return bound_mpi(self.boundary, self.bits_in_limb)
Dbignum_core.py257 bound_4 = bignum_common.bound_mpi(bound_val, 32)
258 bound_8 = bignum_common.bound_mpi(bound_val, 64)
/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_common.py51 def bound_mpi(val: int, bits_in_limb: int) -> int: function
153 return bound_mpi(self.boundary, self.bits_in_limb)
Dbignum_core.py257 bound_4 = bignum_common.bound_mpi(bound_val, 32)
258 bound_8 = bignum_common.bound_mpi(bound_val, 64)