Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_import_point.c41 …if ((err = mp_sqrtmod_prime(t1, prime, t2)) != CRYPT_OK) { goto cleanup;… in ltc_ecc_import_point()
H A Decc_recover_key.c182 …if ((err = mp_sqrtmod_prime(t1, m, t2)) != CRYPT_OK) … in ecc_recover_key()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c300 return mpi_to_ltc_error(mp_sqrtmod_prime(a, b, c)); in sqrtmod_prime()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h227 #define mp_sqrtmod_prime(a, b, c) ltc_mp.sqrtmod_prime(a, b, c) macro