Home
last modified time | relevance | path

Searched refs:hex_decode (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/rpki-client/
H A Dencoding.c198 hex_decode(const char *hexstr, char *buf, size_t len) in hex_decode() function
H A Drrdp_notification.c238 if (hex_decode(attr[i + 1], nxml->snapshot_hash, in start_snapshot_elem()
284 if (hex_decode(attr[i + 1], delta_hash, in start_delta_elem()
H A Drrdp_delta.c133 if (hex_decode(attr[i + 1], hash, sizeof(hash)) == 0) in start_publish_withdraw_elem()
H A Dextern.h895 int hex_decode(const char *, char *, size_t);
/openbsd-src/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c292 if (hex_decode(optarg, hash, sizeof(hash)) == -1) in main()