Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_is_point.c45 if ((err = mp_submod(prime, a, prime, t2)) != CRYPT_OK) goto cleanup; in ltc_ecc_is_point()
A Dltc_ecc_import_point.c54 … if ((err = mp_submod(prime, t2, prime, y)) != CRYPT_OK) { goto cleanup; } in ltc_ecc_import_point()
A Decc_recover_key.c196 …if ((err = mp_submod(m, t2, m, mR->y)) != CRYPT_OK) … in ecc_recover_key()
206 …if ((err = mp_submod(p, v2, p, v2)) != CRYPT_OK) … in ecc_recover_key()
/optee_os/core/lib/libtomcrypt/src/math/
A Dltm_desc.c343 return mpi_to_ltc_error(mp_submod(a,b,c,d)); in submod()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h198 #define mp_submod(a, b, c, d) ltc_mp.submod(a, b, c, d) macro

Completed in 6 milliseconds