Searched refs:GCRYMPI_FMT_USG (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | akcipher-gcrypt.c.inc | 267 cipher_mpi = gcry_sexp_nth_mpi(cipher_sexp_item, 1, GCRYMPI_FMT_USG); 272 err = gcry_mpi_print(GCRYMPI_FMT_USG, out, out_len, 352 data_mpi = gcry_sexp_nth_mpi(data_sexp, 1, GCRYMPI_FMT_USG); 357 err = gcry_mpi_print(GCRYMPI_FMT_USG, out, out_len,
|
/openbmc/linux/include/linux/ |
H A D | mpi.h | 88 GCRYMPI_FMT_USG = 5, /* Like STD but unsigned. */ enumerator
|
/openbmc/linux/crypto/ |
H A D | sm2.c | 151 rc = mpi_print(GCRYMPI_FMT_USG, buf, n, &n, value); in sm2_ecc_os2ec()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpicoder.c | 621 } else if (format == GCRYMPI_FMT_USG) { in mpi_print()
|