Searched refs:mpi_read_buffer (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/lib/mpi/
H A Dmpicoder.c149 * mpi_read_buffer() - read MPI to a bufer provided by user (msb first)
160 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, mpi_read_buffer() function
214 EXPORT_SYMBOL_GPL(mpi_read_buffer); variable
247 ret = mpi_read_buffer(a, buf, n, nbytes, sign); mpi_get_buffer()
336 * This function works in the same way as the mpi_read_buffer, but it
/linux-4.4.14/include/linux/
H A Dmpi.h80 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes,

Completed in 40 milliseconds