Searched refs:mbedtls_mpi_shift_l (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | bignum.c | 717 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count ) in mbedtls_mpi_shift_l() function 1356 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &X, k ) ); in mbedtls_mpi_div_mpi() 1357 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &Y, k ) ); in mbedtls_mpi_div_mpi() 1363 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &Y, biL * ( n - t ) ) ); in mbedtls_mpi_div_mpi() 1400 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &T1, biL * ( i - t - 1 ) ) ); in mbedtls_mpi_div_mpi() 1406 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &T1, biL * ( i - t - 1 ) ) ); in mbedtls_mpi_div_mpi() 1663 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &RR, N->n * 2 * biL ) ); in mbedtls_mpi_exp_mod() 1856 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &TB, lz ) ); in mbedtls_mpi_gcd()
|
| H A D | ecp.c | 947 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &T, 1 ) ); MOD_ADD( T ); in ecp_double_jac() 949 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &S, 1 ) ); MOD_ADD( S ); in ecp_double_jac() 953 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &U, 1 ) ); MOD_ADD( U ); in ecp_double_jac() 967 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &U, 1 ) ); MOD_ADD( U ); in ecp_double_jac()
|
| H A D | ecp_curves.c | 661 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &grp->P, 255 ) ); in ecp_use_curve25519()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | bignum.h | 400 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | bignum.h | 563 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count );
|
| H A D | compat-1.3.h | 2084 #define mpi_shift_l mbedtls_mpi_shift_l
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | bignum.h | 563 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count );
|
| H A D | compat-1.3.h | 2084 #define mpi_shift_l mbedtls_mpi_shift_l
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | bignum.h | 563 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count );
|
| H A D | compat-1.3.h | 2084 #define mpi_shift_l mbedtls_mpi_shift_l
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | bignum.h | 563 int mbedtls_mpi_shift_l( mbedtls_mpi *X, size_t count );
|
| H A D | compat-1.3.h | 2084 #define mpi_shift_l mbedtls_mpi_shift_l
|