Searched refs:parsekey (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/mtree/ |
H A D | mtree.c | 85 keys |= parsekey(p, NULL); in main() 91 keys |= parsekey(p, NULL); in main()
|
H A D | extern.h | 45 u_int parsekey(char *, int *);
|
H A D | spec.c | 179 ip->flags |= type = parsekey(kw, &value); in set() 315 ip->flags &= ~parsekey(p, NULL); in unset()
|
H A D | misc.c | 76 parsekey(char *name, int *needvaluep) in parsekey() function
|
/openbsd/sbin/ipsecctl/ |
H A D | parse.y | 177 struct ipsec_key *parsekey(unsigned char *, size_t); 895 $$.keyin = parsekey(p, strlen(p)); 902 $$.keyout = parsekey(hex, strlen(hex)); 1589 parsekey(unsigned char *hexkey, size_t len) in parsekey() function 1628 return (parsekey(hex, sb.st_size)); in parsekeyfile()
|
/openbsd/sbin/iked/ |
H A D | parse.y | 393 int parsekey(unsigned char *, size_t, struct iked_auth *); 1194 if (parsekey(hex, strlen(hex), &$$) != 0) { 2174 parsekey(unsigned char *hexkey, size_t len, struct iked_auth *auth) in parsekey() function 2210 ret = parsekey(hex, sb.st_size, auth); in parsekeyfile()
|