Searched refs:str2val (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dstr2val.h3 /* Id: str2val.h,v 1.3 2004/06/11 16:00:17 ludvigm Exp */
38 extern char *str2val __P((const char *, int, size_t *));
H A Dstr2val.c3 /* $KAME: str2val.c,v 1.11 2001/08/16 14:37:29 itojun Exp $ */
43 #include "str2val.h"
78 str2val(str, base, len) function
H A Deaytest.c58 #include "str2val.h"
659 data.v = str2val("\
663 key.v = str2val("f59bd70f 81b9b9cc 2a32c7fd 229a4b37", 16, &key.l);
664 iv0.v = str2val("26b68c90 9467b4ab 7ec29fa0 0b696b55", 16, &iv0.l);
767 mod.v = str2val(r_hmd5, 16, &mod.l);
782 mod.v = str2val(r_hmd5, 16, &mod.l);
794 mod.v = str2val(r_hsha1, 16, &mod.l);
809 mod.v = str2val(r_hsha1, 16, &mod.l);
822 mod.v = str2val(r_hsha2, 16, &mod.l);
940 p1.v = str2val(p
[all...]
H A Dlocalconf.c61 #include "str2val.h"
263 k = str2val(p + 2, 16, &keylen);
H A Dbackupsa.c62 #include "str2val.h"
285 sa_args.keymat = str2val(p, 16, &keymatlen);
H A Doakley.c66 #include "str2val.h"
105 buf.v = str2val((s), 16, &buf.l); \
/netbsd-current/usr.sbin/racoonctl/
H A DMakefile9 SRCS= racoonctl.c str2val.c kmpstat.c vmbuf.c sockmisc.c misc.c
/netbsd-current/usr.sbin/racoon/
H A DMakefile19 schedule.c str2val.c safefile.c backupsa.c \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_dh.c254 str2val(const char *str, int base, size_t *len) function
306 prime = (unsigned char *)str2val(str, 16, &len);
/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c421 static int str2val(const char *, const char *, int, int);
509 first_ttl = str2val(optarg, "first ttl", 1, 255);
536 max_ttl = str2val(optarg, "max ttl", 1, 255);
548 port = (u_short)str2val(optarg, "port",
553 nprobes = str2val(optarg, "nprobes", 1, -1);
569 tos = str2val(optarg, "tos", 0, 255);
582 waittime = str2val(optarg, "wait time",
587 pausemsecs = str2val(optarg, "pause msecs",
623 packlen = str2val(argv[optind + 1],
1723 str2val(cons function
[all...]

Completed in 236 milliseconds