Searched refs:mbedtls_mpi_grow (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | bignum.c | 114 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs ) in mbedtls_mpi_grow() function 151 return( mbedtls_mpi_grow( X, nblimbs ) ); in mbedtls_mpi_shrink() 201 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, i ) ); in mbedtls_mpi_copy() 236 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, Y->n ) ); in mbedtls_mpi_safe_cond_assign() 268 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, Y->n ) ); in mbedtls_mpi_safe_cond_swap() 269 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( Y, X->n ) ); in mbedtls_mpi_safe_cond_swap() 294 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, 1 ) ); in mbedtls_mpi_lset() 333 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, off + 1 ) ); in mbedtls_mpi_set_bit() 445 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, n ) ); in mbedtls_mpi_read_string() 681 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, CHARS_TO_LIMBS( buflen - n ) ) ); in mbedtls_mpi_read_binary() [all …]
|
| H A D | ecp_curves.c | 832 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( N, 6 * WIDTH ) ); in ecp_mod_p192() 929 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( N, b * 2 / 8 / sizeof( mbedtls_mpi_uint ) ) ); \
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | bignum.h | 172 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | bignum.h | 230 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs );
|
| H A D | compat-1.3.h | 2066 #define mpi_grow mbedtls_mpi_grow
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | bignum.h | 230 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs );
|
| H A D | compat-1.3.h | 2066 #define mpi_grow mbedtls_mpi_grow
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | bignum.h | 230 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs );
|
| H A D | compat-1.3.h | 2066 #define mpi_grow mbedtls_mpi_grow
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | bignum.h | 230 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs );
|
| H A D | compat-1.3.h | 2066 #define mpi_grow mbedtls_mpi_grow
|