Home
last modified time | relevance | path

Searched refs:hex_encode (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.sbin/rpki-client/
Drrdp_notification.c443 hash = hex_encode(d->hash, sizeof(d->hash)); in notification_collect_deltas()
477 hash = hex_encode(d->hash, sizeof(d->hash)); in notification_check_deltas()
620 hash = hex_encode(nxml->snapshot_hash, sizeof(nxml->snapshot_hash)); in log_notification_xml()
626 hash = hex_encode(d->hash, sizeof(d->hash)); in log_notification_xml()
Dx509.c207 *aki = hex_encode(d, dsz); in x509_get_aki()
261 *ski = hex_encode(md, md_len); in x509_get_ski()
512 return hex_encode(md, md_len); in x509_pubkey_get_ski()
Dencoding.c175 hex_encode(const unsigned char *in, size_t insz) in hex_encode() function
Dcrl.c115 res = hex_encode(d, dsz); in crl_get_aki()
Dextern.h894 char *hex_encode(const unsigned char *, size_t);
Drepo.c233 return hex_encode(m, sizeof(m)); in hash_dir()
/openbsd/src/regress/usr.sbin/rpki-client/
Dtest-rrdp.c117 hash = hex_encode(pxml->hash, sizeof(pxml->hash)); in rrdp_publish_file()
121 hash = hex_encode(pxml->hash, sizeof(pxml->hash)); in rrdp_publish_file()