Searched refs:GCRYMPI_FMT_STD (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | akcipher-gcrypt.c.inc | 98 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 D | mpi.h | 84 GCRYMPI_FMT_STD = 1, /* Twos complement stored without length. */ enumerator
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpicoder.c | 579 if (format == GCRYMPI_FMT_STD) { in mpi_print()
|