Home
last modified time | relevance | path

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

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