Searched refs:sqrtmod_prime (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H 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()
|
| H A D | ecc_encrypt_key.c | 70 if (ltc_mp.sqrtmod_prime != NULL) { in ecc_encrypt_key()
|
| H A D | ecc_recover_key.c | 44 if (ltc_mp.sqrtmod_prime == NULL) { in ecc_recover_key()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_math.h | 256 int (*sqrtmod_prime)(void *a, void *b, void *c); member
|
| H A D | tomcrypt_private.h | 227 #define mp_sqrtmod_prime(a, b, c) ltc_mp.sqrtmod_prime(a, b, c)
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 295 static int sqrtmod_prime(void *a, void *b, void *c) in sqrtmod_prime() function 505 &sqrtmod_prime,
|
| H A D | gmp_desc.c | 284 static int sqrtmod_prime(void *n, void *prime, void *ret) in sqrtmod_prime() function 603 &sqrtmod_prime,
|