Home
last modified time | relevance | path

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

/openbsd/usr.sbin/mtree/
H A Dmtree.c85 keys |= parsekey(p, NULL); in main()
91 keys |= parsekey(p, NULL); in main()
H A Dextern.h45 u_int parsekey(char *, int *);
H A Dspec.c179 ip->flags |= type = parsekey(kw, &value); in set()
315 ip->flags &= ~parsekey(p, NULL); in unset()
H A Dmisc.c76 parsekey(char *name, int *needvaluep) in parsekey() function
/openbsd/sbin/ipsecctl/
H A Dparse.y177 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 Dparse.y393 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()