Searched refs:hex2raw (Results 1 – 6 of 6) sorted by relevance
/openbsd/sbin/isakmpd/ |
H A D | util.h | 51 extern int hex2raw(char *, u_int8_t *, size_t);
|
H A D | key.c | 165 if (hex2raw(key, *data, datalen)) { in key_from_printable()
|
H A D | ui.c | 371 if (hex2raw(cookies_str, cookies, ISAKMP_HDR_COOKIES_LEN) == -1 || in ui_delete() 372 (message_id && hex2raw(message_id_str, message_id_buf, in ui_delete()
|
H A D | util.c | 119 hex2raw(char *s, u_int8_t *buf, size_t sz) in hex2raw() function
|
H A D | ike_auth.c | 165 if (hex2raw(key + 2, (unsigned char *)buf, *keylen)) { in ike_auth_get_key()
|
H A D | x509.c | 1340 ret = hex2raw(cert, buf, plen); in x509_from_printable()
|