Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c605 static int s_find_base(ecc_point *g) in s_find_base() function
1118 idx1 = s_find_base(A); in ltc_ecc_fp_mul2add()
1135 idx2 = s_find_base(B); in ltc_ecc_fp_mul2add()
1231 idx = s_find_base(G); in ltc_ecc_fp_mulmod()
1334 if ((idx = s_find_base(g)) >= 0) { in ltc_ecc_fp_add_point()

Completed in 4 milliseconds