Home
last modified time | relevance | path

Searched refs:to_montgomery (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_mod.py45 return [self.format_result(self.to_montgomery(self.int_a)),
46 self.format_result(self.to_montgomery(self.int_b)),
52 return [self.format_result(self.to_montgomery(result))]
103 mont_result = self.to_montgomery(result)
H A Dbignum_mod_raw.py95 return [self.format_result(self.to_montgomery(self.int_a)),
96 self.format_result(self.to_montgomery(self.int_b)),
102 return [self.format_result(self.to_montgomery(result))]
123 mont_result = self.to_montgomery(result)
247 result = self.to_montgomery(self.int_a)
H A Dbignum_common.py301 def to_montgomery(self, val: int) -> int: member in ModOperationCommon
311 return self.to_montgomery(canonical)
325 value_a = self.to_montgomery(self.int_a)
H A Dbignum_core.py843 mont_result = self.to_montgomery(result)

Completed in 4 milliseconds