Searched refs:hex_decode (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.sbin/rpki-client/ |
| H A D | encoding.c | 198 hex_decode(const char *hexstr, char *buf, size_t len) in hex_decode() function
|
| H A D | rrdp_notification.c | 238 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 D | rrdp_delta.c | 133 if (hex_decode(attr[i + 1], hash, sizeof(hash)) == 0) in start_publish_withdraw_elem()
|
| H A D | extern.h | 895 int hex_decode(const char *, char *, size_t);
|
| /openbsd-src/regress/usr.sbin/rpki-client/ |
| H A D | test-rrdp.c | 292 if (hex_decode(optarg, hash, sizeof(hash)) == -1) in main()
|