Searched defs:gcd (Results 1 – 6 of 6) sorted by relevance
/optee_os/lib/libutee/ |
A D | tee_api_arith_mpi.c | 567 mbedtls_mpi gcd; in TEE_BigIntRelativePrime() local 604 static void mpi_egcd(mbedtls_mpi *gcd, mbedtls_mpi *a, mbedtls_mpi *b, in mpi_egcd() 696 void TEE_BigIntComputeExtendedGcd(TEE_BigInt *gcd, TEE_BigInt *u, in TEE_BigIntComputeExtendedGcd()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 295 int (*gcd)(void *a, void *b, void *c); member
|
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 442 static int gcd(void *a, void *b, void *c) in gcd() function
|
A D | ltm_desc.c | 311 static int gcd(void *a, void *b, void *c) in gcd() function
|
A D | tfm_desc.c | 304 static int gcd(void *a, void *b, void *c) in gcd() function
|
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 391 static int gcd(void *a, void *b, void *c) in gcd() function
|
Completed in 21 milliseconds