Home
last modified time | relevance | path

Searched refs:showhex (Results 1 – 17 of 17) sorted by relevance

/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dt-convert.c34 showhex (const char *prefix, const void *buffer, size_t buflen) in showhex() function
333 showhex ("expected:", data[idx].a.std, data[idx].a.stdlen); in check_formats()
334 showhex (" got:", buf, buflen); in check_formats()
350 showhex ("expected:", data[idx].a.ssh, data[idx].a.sshlen); in check_formats()
351 showhex (" got:", buf, buflen); in check_formats()
367 showhex ("expected:", data[idx].a.usg, data[idx].a.usglen); in check_formats()
368 showhex (" got:", buf, buflen); in check_formats()
390 showhex ("expected:", data[idx].a.pgp, data[idx].a.pgplen); in check_formats()
391 showhex (" got:", buf, buflen); in check_formats()
H A Dhashtest.c121 showhex (const void *buffer, size_t buflen, const char *format, ...) in showhex() function
314 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
318 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
322 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
326 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
330 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
H A Dfipsdrv.c122 showhex (const char *prefix, const void *buffer, size_t length) in showhex() function
560 showhex (prefix, der, ti.length); in read_private_key_file()
663 showhex (prefix, der, ti.length); in read_public_key_file()
826 showhex ("sent line", buffer, length); in print_buffer()
1189 showhex ("sent line", "", 0); in run_cipher_mct_loop()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dt-convert.c34 showhex (const char *prefix, const void *buffer, size_t buflen) in showhex() function
333 showhex ("expected:", data[idx].a.std, data[idx].a.stdlen); in check_formats()
334 showhex (" got:", buf, buflen); in check_formats()
350 showhex ("expected:", data[idx].a.ssh, data[idx].a.sshlen); in check_formats()
351 showhex (" got:", buf, buflen); in check_formats()
367 showhex ("expected:", data[idx].a.usg, data[idx].a.usglen); in check_formats()
368 showhex (" got:", buf, buflen); in check_formats()
390 showhex ("expected:", data[idx].a.pgp, data[idx].a.pgplen); in check_formats()
391 showhex (" got:", buf, buflen); in check_formats()
H A Dhashtest.c121 showhex (const void *buffer, size_t buflen, const char *format, ...) in showhex() function
314 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
318 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
322 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
326 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
330 showhex (digest, digestlen, "%d GiB %+3d %-10s ", in run_longtest()
H A Dfipsdrv.c122 showhex (const char *prefix, const void *buffer, size_t length) in showhex() function
560 showhex (prefix, der, ti.length); in read_private_key_file()
663 showhex (prefix, der, ti.length); in read_public_key_file()
826 showhex ("sent line", buffer, length); in print_buffer()
1189 showhex ("sent line", "", 0); in run_cipher_mct_loop()
/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dptypes_test.cxx51 void showhex(const char* shouldbe, const char* is, int islen) in showhex() function
1044 showhex("d41d8cd98f00b204e9800998ecf8427e", md5str(""), md5_digsize); in md5_test()
1045 showhex("0cc175b9c0f1b6a831c399e269772661", md5str("a"), md5_digsize); in md5_test()
1046 showhex("900150983cd24fb0d6963f7d28e17f72", md5str("abc"), md5_digsize); in md5_test()
1047 showhex("f96b697d7cb7938d525a2f31aaf161d0", md5str("message digest"), md5_digsize); in md5_test()
1048 showhex("c3fcd3d76192e4007dfb496cca67e13b", md5str("abcdefghijklmnopqrstuvwxyz"), md5_digsize); in md5_test()
1049showhex("d174ab98d277d9f5a5611c2c9f419d9f", md5str("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst… in md5_test()
1050showhex("57edf4a22be3c955ac49da2e2107b67a", md5str("1234567890123456789012345678901234567890123456… in md5_test()
/dports/x11-toolkits/p5-Tk-ColourChooser/Tk-ColourChooser-1.52/
H A DREADME30 -showhex => 1,
62 "-showhex" This is optional. If set to 1 it shows the hex value of the
H A DChanges17 Added -showhex option which if set to 1, (default is 0), will show the hex
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dpcmcia.c355 pcmcia_devinfo(struct pcmcia_card *card, int showhex, char *cp, size_t cplen) in pcmcia_devinfo() argument
380 if (showhex && cplen > 1) in pcmcia_devinfo()
/dports/emulators/libdsk/libdsk-1.4.2/tools/
H A Ddskutil.c563 static void dump(char *cmd, int showhex, int showascii) in dump() argument
593 if (showhex) in dump()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dttfinstrsui.c356 if ( ii->showhex ) in instr_expose()
373 if ( ii->showhex ) in instr_expose()
435 if ( ii->showhex ) in instr_expose()
709 iv->instrinfo.showhex = iv->instrinfo.showaddr = true; in InstrDlgCreate()
/dports/x11-drivers/xf86-video-sis/xf86-video-sis-0.12.0/src/
H A Dsis_opt.c325 SiS_PrintIlRange(ScrnInfoPtr pScrn, int token, int min, int max, UChar showhex) in SiS_PrintIlRange() argument
332 showhex ? ilparmh : ilparmd, in SiS_PrintIlRange()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfssecaudit.c2069 static void showhex(FILE *fd)
6289 showhex(stdin);
6294 showhex(fd);
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h93 unsigned int showhex: 1; member
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DChangeLog12214 * tests/t-convert.c (showhex, showmpi): New.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/
H A DChangeLog11845 * tests/t-convert.c (showhex, showmpi): New.