Searched refs:append_hex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | print.c | 84 append_hex(krb5_context context, krb5_storage *sp, in append_hex() function 168 sz = append_hex(context, sp, 1, 1, &keylenbytes); in append_mit_key() 170 sz = append_hex(context, sp, 1, 1, &key->key.keyvalue); in append_mit_key() 204 return append_hex(context, sp, 1, 1, &key->salt->salt); in append_mit_key() 233 append_hex(context, sp, 0, 0, &ent->keys.val[i].key.keyvalue); in entry2string_int() 238 append_hex(context, sp, 0, 0, &ent->keys.val[i].salt->salt); in entry2string_int() 460 sz = append_hex(context, sp, 1, 1, &d); in entry2mit_string_int() 488 sz = append_hex(context, sp, 1, 1, &d); in entry2mit_string_int() 495 sz = append_hex(context, sp, 1, 1, &d); in entry2mit_string_int() 517 sz = append_hex(context, sp, 1, 1, &d); in entry2mit_string_int() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 27 static char *append_hex(uintptr_t d, char *buf, const char *end) { in append_hex() function 42 buf = append_hex(caller, buf, end); in format_msg()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1999 | 1907 * kadmin/dump.c (append_hex): cast in isalnum to get rid of stupid
|