Searched refs:mbedtls_mpi_core_shift_r (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | bignum_core.c | 330 void mbedtls_mpi_core_shift_r(mbedtls_mpi_uint *X, size_t limbs, in mbedtls_mpi_core_shift_r() function 680 mbedtls_mpi_core_shift_r(X, limbs, 8 * n_bytes - n_bits); in mbedtls_mpi_core_random()
|
H A D | bignum_core.h | 294 void mbedtls_mpi_core_shift_r(mbedtls_mpi_uint *X, size_t limbs,
|
H A D | bignum.c | 885 mbedtls_mpi_core_shift_r(X->p, X->n, count); in mbedtls_mpi_shift_r()
|
H A D | ecp_curves_new.c | 5674 mbedtls_mpi_core_shift_r(A1, P_limbs, shift); in ecp_mod_koblitz()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | bignum_core.c | 330 void mbedtls_mpi_core_shift_r(mbedtls_mpi_uint *X, size_t limbs, in mbedtls_mpi_core_shift_r() function 680 mbedtls_mpi_core_shift_r(X, limbs, 8 * n_bytes - n_bits); in mbedtls_mpi_core_random()
|
H A D | bignum_core.h | 294 void mbedtls_mpi_core_shift_r(mbedtls_mpi_uint *X, size_t limbs,
|
H A D | bignum.c | 912 mbedtls_mpi_core_shift_r(X->p, X->n, count); in mbedtls_mpi_shift_r()
|
H A D | ecp_curves_new.c | 5681 mbedtls_mpi_core_shift_r(A1, P_limbs, shift); in ecp_mod_koblitz()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_bignum_core.function | 556 mbedtls_mpi_core_shift_r(X, limbs, count);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_bignum_core.function | 556 mbedtls_mpi_core_shift_r(X, limbs, count);
|