Searched refs:mbedtls_mpi_gcd (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 392 if (mbedtls_mpi_gcd(c, a, b)) in gcd() 408 if (mbedtls_mpi_gcd(c, a, b)) in lcm()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | bignum.h | 991 int mbedtls_mpi_gcd(mbedtls_mpi *G, const mbedtls_mpi *A,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa_alt_helpers.c | 213 MBEDTLS_MPI_CHK(mbedtls_mpi_gcd(D, &K, &L)); in mbedtls_rsa_deduce_private_exponent()
|
| H A D | bignum.c | 1946 int mbedtls_mpi_gcd(mbedtls_mpi *G, const mbedtls_mpi *A, const mbedtls_mpi *B) in mbedtls_mpi_gcd() function 2647 MBEDTLS_MPI_CHK(mbedtls_mpi_gcd(&A, &X, &Y)); in mbedtls_mpi_self_test()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_arith_mpi.c | 661 MPI_CHECK(mbedtls_mpi_gcd(&gcd, &mpi_op1, &mpi_op2)); in TEE_BigIntRelativePrime() 839 MPI_CHECK(mbedtls_mpi_gcd(&mpi_gcd_res, &mpi_op1, pop2)); in TEE_BigIntComputeExtendedGcd()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 41 * The function mbedtls_mpi_gcd() now always gives a non-negative output. 2285 * Fix mbedtls_mpi_gcd(G,A,B) when the value of B is zero. This had no 2286 effect on Mbed TLS's internal use of mbedtls_mpi_gcd(), but may affect 2287 applications that call mbedtls_mpi_gcd() directly. Fixes #4642.
|