Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/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);
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()
/OK3568_Linux_fs/kernel/lib/
H A Ddigsig.c154 p = mpi_get_buffer(res, &l, NULL); in digsig_verify_rsa()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmpi.h97 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
/OK3568_Linux_fs/kernel/crypto/
H A Dsm2.c223 in = mpi_get_buffer(m, &inlen, NULL); in sm2_z_digest_update()