Home
last modified time | relevance | path

Searched refs:append_hex (Results 1 – 2 of 2) sorted by relevance

/src/crypto/heimdal/lib/hdb/
H A Dprint.c84 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 …]
/src/crypto/heimdal/
H A DChangeLog.19991907 * kadmin/dump.c (append_hex): cast in isalnum to get rid of stupid