Symbol: printhex
crypto/krb5/src/lib/crypto/crypto_tests/t_cksums.c
219
printhex("Key: ", test->keybits.data, test->keybits.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_cksums.c
222
printhex("Checksum: ", cksum.contents, cksum.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
574
printhex("Key: ", kb.contents, kb.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
575
printhex("Ciphertext: ", enc.ciphertext.data,
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
355
printhex("Input key: ", inkey->keyblock.contents,
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
357
printhex("Constant: ", test->constant.data, test->constant.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
358
printhex("Output: ", outcmp.data, outcmp.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
45
printhex (strlen ((const char *) p), p);
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
88
printhex (tests[i].n / 8, outbuf);
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
92
printhex (tests[i].n / 8, tests[i].exp);
crypto/krb5/src/lib/crypto/crypto_tests/t_pkcs5.c
38
printhex (d->length, d->data);
crypto/krb5/src/lib/crypto/crypto_tests/t_str2key.c
492
printhex("Salt: ", test->salt.data, test->salt.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_str2key.c
493
printhex("Params: ", test->params.data, test->params.length);
crypto/krb5/src/lib/crypto/crypto_tests/t_str2key.c
495
printhex("Key: ", keyblock->contents, keyblock->length);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
136
printhex (strlen(s), s);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
139
printhex (strlen(p), p);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
143
printhex (key.length, key.contents);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
181
printhex (strlen(s), s);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
184
printhex (strlen(p), p);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
188
printhex (key.length, key.contents);
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
53
static void printstringhex (const char *p) { printhex (strlen (p), p); }
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
55
static void printdata (krb5_data *d) { printhex (d->length, d->data); }
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
57
static void printkey (krb5_keyblock *k) { printhex (k->length, k->contents); }
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
84
printhex (tests[i].n / 8U, outbuf);
crypto/krb5/src/util/support/t_utf8.c
122
printhex(t->p);
crypto/krb5/src/util/support/t_utf8.c
171
printhex(t->p);
crypto/krb5/src/util/support/t_utf8.c
173
printhex(buf);