Searched refs:sqrtmod_prime (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_import_point.c | 28 else if ((in[0] == 0x02 || in[0] == 0x03) && (inlen-1) == size && ltc_mp.sqrtmod_prime != NULL) { in ltc_ecc_import_point()
|
A D | ecc_encrypt_key.c | 70 if (ltc_mp.sqrtmod_prime != NULL) { in ecc_encrypt_key()
|
A D | ecc_recover_key.c | 44 if (ltc_mp.sqrtmod_prime == NULL) { in ecc_recover_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 256 int (*sqrtmod_prime)(void *a, void *b, void *c); member
|
A D | tomcrypt_private.h | 202 #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 D | ltm_desc.c | 295 static int sqrtmod_prime(void *a, void *b, void *c) in sqrtmod_prime() function 505 &sqrtmod_prime,
|
A D | gmp_desc.c | 284 static int sqrtmod_prime(void *n, void *prime, void *ret) in sqrtmod_prime() function 603 &sqrtmod_prime,
|
Completed in 11 milliseconds