Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dakcipher-gcrypt.c.inc98 err = gcry_mpi_scan(&n, GCRYMPI_FMT_STD,
106 err = gcry_mpi_scan(&e, GCRYMPI_FMT_STD,
114 err = gcry_mpi_scan(&d, GCRYMPI_FMT_STD,
122 err = gcry_mpi_scan(&p, GCRYMPI_FMT_STD,
130 err = gcry_mpi_scan(&q, GCRYMPI_FMT_STD,
190 err = gcry_mpi_scan(&n, GCRYMPI_FMT_STD,
198 err = gcry_mpi_scan(&e, GCRYMPI_FMT_STD,
/openbmc/linux/include/linux/
H A Dmpi.h84 GCRYMPI_FMT_STD = 1, /* Twos complement stored without length. */ enumerator
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c579 if (format == GCRYMPI_FMT_STD) { in mpi_print()