Home
last modified time | relevance | path

Searched refs:x2i (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/sasyncd/
Dconf.y54 unsigned char x2i(unsigned char *);
320 yylval.hex.data[i] = x2i(p + 2 * i); in yylex()
430 x2i(unsigned char *s) in x2i() function
/openbsd/src/sbin/ipsecctl/
Dparse.y176 u_int8_t x2i(unsigned char *);
1573 x2i(unsigned char *s) in x2i() function
1604 key->data[i] = x2i(hexkey + 2 * i); in parsekey()
/openbsd/src/sbin/iked/
Dparse.y392 uint8_t x2i(unsigned char *);
2158 x2i(unsigned char *s) in x2i() function
2184 auth->auth_data[i] = x2i(hexkey + 2 * i); in parsekey()