Searched refs:hex_encode (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/usr.sbin/rpki-client/ |
H A D | rrdp_notification.c | 443 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()
|
H A D | x509.c | 207 *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_get_aia()
|
H A D | encoding.c | 175 hex_encode(const unsigned char *in, size_t insz) in hex_encode() function
|
H A D | crl.c | 115 res = hex_encode(d, dsz);
|
H A D | extern.h | 894 char *hex_encode(const unsigned char *, size_t);
|
H A D | repo.c | 233 return hex_encode(m, sizeof(m)); in hash_dir()
|
/openbsd-src/regress/usr.sbin/rpki-client/ |
H A D | test-rrdp.c | 117 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()
|