Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dtfm_desc.c24 static int tfm_to_ltc_error(int err) in tfm_to_ltc_error() function
163 return tfm_to_ltc_error(fp_read_radix(a, (char *)b, radix)); in read_radix()
171 return tfm_to_ltc_error(fp_toradix(a, b, radix)); in write_radix()
269 return tfm_to_ltc_error(fp_div(a, b, c, d)); in divide()
289 if ((err = tfm_to_ltc_error(fp_mod_d(a, b, &tmp))) != CRYPT_OK) { in modi()
322 return tfm_to_ltc_error(fp_addmod(a,b,c,d)); in addmod()
331 return tfm_to_ltc_error(fp_submod(a,b,c,d)); in submod()
340 return tfm_to_ltc_error(fp_mulmod(a,b,c,d)); in mulmod()
348 return tfm_to_ltc_error(fp_sqrmod(a,b,c)); in sqrmod()
357 return tfm_to_ltc_error(fp_invmod(a, b, c)); in invmod()
[all …]

Completed in 3 milliseconds