Searched defs:gcd (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 650 mbedtls_mpi gcd; in TEE_BigIntRelativePrime() local 729 static void mpi_egcd(mbedtls_mpi *gcd, mbedtls_mpi *a, mbedtls_mpi *b, in mpi_egcd() 821 void TEE_BigIntComputeExtendedGcd(TEE_BigInt *gcd, TEE_BigInt *u, in TEE_BigIntComputeExtendedGcd()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_math.h | 288 int (*gcd)(void *a, void *b, void *c); member
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 335 static int gcd(void *a, void *b, void *c) in gcd() function
|
| H A D | gmp_desc.c | 435 static int gcd(void *a, void *b, void *c) in gcd() function
|
| H A D | tfm_desc.c | 297 static int gcd(void *a, void *b, void *c) in gcd() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 390 static int gcd(void *a, void *b, void *c) in gcd() function
|