Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_import_point.c35 else if ((in[0] == 0x02 || in[0] == 0x03) && (inlen-1) == size && ltc_mp.sqrtmod_prime != NULL) { in ltc_ecc_import_point()
A Decc_encrypt_key.c77 if (ltc_mp.sqrtmod_prime != NULL) { in ecc_encrypt_key()
A Decc_recover_key.c51 if (ltc_mp.sqrtmod_prime == NULL) { in ecc_recover_key()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h263 int (*sqrtmod_prime)(void *a, void *b, void *c); member
A Dtomcrypt_private.h189 #define mp_sqrtmod_prime(a, b, c) ltc_mp.sqrtmod_prime(a, b, c)
/optee_os/core/lib/libtomcrypt/src/math/
A Dltm_desc.c271 static int sqrtmod_prime(void *a, void *b, void *c) in sqrtmod_prime() function
476 &sqrtmod_prime,
A Dgmp_desc.c291 static int sqrtmod_prime(void *n, void *prime, void *ret) in sqrtmod_prime() function
610 &sqrtmod_prime,

Completed in 25 milliseconds