Home
last modified time | relevance | path

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

/linux-5.19.10/lib/mpi/
Dmpicoder.c310 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() function
337 EXPORT_SYMBOL_GPL(mpi_get_buffer);
583 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
633 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
658 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
671 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
714 tmp = mpi_get_buffer(a, &n, NULL); in mpi_print()
/linux-5.19.10/lib/
Ddigsig.c154 p = mpi_get_buffer(res, &l, NULL); in digsig_verify_rsa()
/linux-5.19.10/include/linux/
Dmpi.h97 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
/linux-5.19.10/crypto/
Dsm2.c223 in = mpi_get_buffer(m, &inlen, NULL); in sm2_z_digest_update()