Searched refs:isprime (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 370 int (*isprime)(void *a, int b, int *c); member
|
A D | tomcrypt_private.h | 222 #define mp_prime_is_prime(a, b, c) ltc_mp.isprime(a, b, c)
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 605 static int isprime(void *a, int b __unused, int *c) in isprime() function 679 .isprime = isprime,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 444 static int isprime(void *a, int b, int *c) in isprime() function 522 &isprime,
|
A D | gmp_desc.c | 551 static int isprime(void *a, int b, int *c) in isprime() function 620 &isprime,
|
A D | tfm_desc.c | 410 static int isprime(void *a, int b, int *c) in isprime() function 814 &isprime,
|
Completed in 11 milliseconds