Home
last modified time | relevance | path

Searched refs:mpi_get_buffer (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c310 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() function
337 EXPORT_SYMBOL_GPL(mpi_get_buffer);
584 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
634 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
659 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
672 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
715 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
/openbmc/linux/lib/
H A Ddigsig.c154 p = mpi_get_buffer(res, &l, NULL); in digsig_verify_rsa()
/openbmc/linux/include/linux/
H A Dmpi.h97 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
/openbmc/linux/crypto/
H A Dsm2.c230 in = mpi_get_buffer(m, &inlen, NULL); in sm2_z_digest_update()