Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/math/
A Dtfm_desc.c31 static int tfm_to_ltc_error(int err) in tfm_to_ltc_error() function
170 return tfm_to_ltc_error(fp_read_radix(a, (char *)b, radix)); in read_radix()
178 return tfm_to_ltc_error(fp_toradix(a, b, radix)); in write_radix()
276 return tfm_to_ltc_error(fp_div(a, b, c, d)); in divide()
296 if ((err = tfm_to_ltc_error(fp_mod_d(a, b, &tmp))) != CRYPT_OK) { in modi()
329 return tfm_to_ltc_error(fp_addmod(a,b,c,d)); in addmod()
338 return tfm_to_ltc_error(fp_submod(a,b,c,d)); in submod()
347 return tfm_to_ltc_error(fp_mulmod(a,b,c,d)); in mulmod()
355 return tfm_to_ltc_error(fp_sqrmod(a,b,c)); in sqrmod()
364 return tfm_to_ltc_error(fp_invmod(a, b, c)); in invmod()
[all …]

Completed in 3 milliseconds