Home
last modified time | relevance | path

Searched refs:GCRYMPI_FMT_USG (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dmpi.h88 GCRYMPI_FMT_USG = 5, /* Like STD but unsigned. */ enumerator
/OK3568_Linux_fs/kernel/crypto/
H A Dsm2.c145 rc = mpi_print(GCRYMPI_FMT_USG, buf, n, &n, value); in sm2_ecc_os2ec()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpicoder.c620 } else if (format == GCRYMPI_FMT_USG) { in mpi_print()