Lines Matching refs:get_int
1672 def get_int(instring): function
1706 prime = get_int(arg.replace(' ', ''))
1708 a = get_int(arg.replace(' ', ''))
1710 b = get_int(arg.replace(' ', ''))
1712 gx = get_int(arg.replace(' ', ''))
1714 gy = get_int(arg.replace(' ', ''))
1718 order = get_int(arg.replace(' ', ''))
1720 cofactor = get_int(arg.replace(' ', ''))
1722 alpha_montgomery = get_int(arg.replace(' ', ''))
1724 gamma_montgomery = get_int(arg.replace(' ', ''))
1726 alpha_edwards = get_int(arg.replace(' ', ''))
1732 add_test_vectors = get_int(arg.replace(' ', ''))
1807 gx = get_int(g[:len(g)/2])
1808 gy = get_int(g[len(g)/2:])
1816 gx = get_int(g[:len(g)/2])
1817 gy = get_int(g[len(g)/2:])