Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_import_point.c28 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.c70 if (ltc_mp.sqrtmod_prime != NULL) { in ecc_encrypt_key()
A Decc_recover_key.c44 if (ltc_mp.sqrtmod_prime == NULL) { in ecc_recover_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h256 int (*sqrtmod_prime)(void *a, void *b, void *c); member
A Dtomcrypt_private.h202 #define mp_sqrtmod_prime(a, b, c) ltc_mp.sqrtmod_prime(a, b, c)
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c295 static int sqrtmod_prime(void *a, void *b, void *c) in sqrtmod_prime() function
505 &sqrtmod_prime,
A Dgmp_desc.c284 static int sqrtmod_prime(void *n, void *prime, void *ret) in sqrtmod_prime() function
603 &sqrtmod_prime,

Completed in 11 milliseconds