Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0074-libgcrypt-mpi-Fix-possible-NULL-dereference.patch30 if (format == GCRYMPI_FMT_SSH)
44 if (format == GCRYMPI_FMT_SSH)
/OK3568_Linux_fs/kernel/include/linux/
H A Dmpi.h86 GCRYMPI_FMT_SSH = 3, /* As used by SSH (like STD but with length). */ enumerator
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpicoder.c666 } else if (format == GCRYMPI_FMT_SSH) { in mpi_print()