Searched refs:hex_to_int (Results 1 – 3 of 3) sorted by relevance
44 self.result = bignum_common.hex_to_int(input_hex) >> count235 self.int_scalar = bignum_common.hex_to_int(val_s)660 self.int_a = bignum_common.hex_to_int(val_a)662 self.int_b = bignum_common.hex_to_int(val_b)664 self.int_n = bignum_common.hex_to_int(val_n)808 n = bignum_common.hex_to_int(mod)
39 def hex_to_int(val: str) -> int: function134 self.int_a = hex_to_int(val_a)135 self.int_b = hex_to_int(val_b)299 self.int_n = hex_to_int(val_n)
119 static int hex_to_int(char c) in hex_to_int() function128 int n1 = hex_to_int(*hexpair); in hexpair_to_int()129 int n2 = hex_to_int(*(hexpair + 1)); in hexpair_to_int()