Searched refs:ext_rep (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/library/ |
H A D | bignum_mod_raw.c | 46 mbedtls_mpi_mod_ext_rep ext_rep) in mbedtls_mpi_mod_raw_read() 50 switch (ext_rep) { in mbedtls_mpi_mod_raw_read() 81 mbedtls_mpi_mod_ext_rep ext_rep) in mbedtls_mpi_mod_raw_write() 83 switch (ext_rep) { in mbedtls_mpi_mod_raw_write() 42 mbedtls_mpi_mod_raw_read(mbedtls_mpi_uint *X, const mbedtls_mpi_mod_modulus *N, const unsigned char *input, size_t input_length, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_raw_read() argument 77 mbedtls_mpi_mod_raw_write(const mbedtls_mpi_uint *A, const mbedtls_mpi_mod_modulus *N, unsigned char *output, size_t output_length, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_raw_write() argument
|
H A D | bignum_mod.h | 400 * \param ext_rep The endianness of the number in the input buffer. 405 * \return #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \p ext_rep 412 mbedtls_mpi_mod_ext_rep ext_rep); 434 * \param ext_rep The endianness in which the number should be written into 441 * \return #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \p ext_rep is invalid. 450 mbedtls_mpi_mod_ext_rep ext_rep);
|
H A D | bignum_mod_raw.h | 154 * \param ext_rep The endianness of the number in the input buffer. 166 mbedtls_mpi_mod_ext_rep ext_rep); 176 * \param ext_rep The endianness in which the number should be written into the output buffer. 188 mbedtls_mpi_mod_ext_rep ext_rep);
|
H A D | bignum_mod.c | 321 mbedtls_mpi_mod_ext_rep ext_rep) in mbedtls_mpi_mod_read() 333 ret = mbedtls_mpi_mod_raw_read(r->p, N, buf, buflen, ext_rep); in mbedtls_mpi_mod_read() 350 mbedtls_mpi_mod_ext_rep ext_rep) in mbedtls_mpi_mod_write() 381 ret = mbedtls_mpi_mod_raw_write(working_memory, N, buf, buflen, ext_rep); in mbedtls_mpi_mod_write() 317 mbedtls_mpi_mod_read(mbedtls_mpi_mod_residue *r, const mbedtls_mpi_mod_modulus *N, const unsigned char *buf, size_t buflen, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_read() argument 346 mbedtls_mpi_mod_write(const mbedtls_mpi_mod_residue *r, const mbedtls_mpi_mod_modulus *N, unsigned char *buf, size_t buflen, mbedtls_mpi_mod_ext_rep ext_rep) mbedtls_mpi_mod_write() argument
|
Completed in 3 milliseconds