Home
last modified time | relevance | path

Searched refs:hex2raw (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/isakmpd/
H A Dutil.h51 extern int hex2raw(char *, u_int8_t *, size_t);
H A Dkey.c165 if (hex2raw(key, *data, datalen)) { in key_from_printable()
H A Dui.c371 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 Dutil.c119 hex2raw(char *s, u_int8_t *buf, size_t sz) in hex2raw() function
H A Dike_auth.c165 if (hex2raw(key + 2, (unsigned char *)buf, *keylen)) { in ike_auth_get_key()
H A Dx509.c1340 ret = hex2raw(cert, buf, plen); in x509_from_printable()