Home
last modified time | relevance | path

Searched refs:str2val (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Deaytest.c659 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(px[i].p, 16, &p1.l);
941 p2.v = str2val(px[i].p, 16, &p2.l);
H A Dstr2val.h38 extern char *str2val __P((const char *, int, size_t *));
H A Dstr2val.c78 str2val(str, base, len) in str2val() function
H A Dlocalconf.c263 k = str2val(p + 2, 16, &keylen);
H A Dbackupsa.c285 sa_args.keymat = str2val(p, 16, &keymatlen); in backupsa_from_file()
H A Doakley.c105 buf.v = str2val((s), 16, &buf.l); \
/netbsd-src/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); in main()
536 max_ttl = str2val(optarg, "max ttl", 1, 255); in main()
548 port = (u_short)str2val(optarg, "port", in main()
553 nprobes = str2val(optarg, "nprobes", 1, -1); in main()
569 tos = str2val(optarg, "tos", 0, 255); in main()
582 waittime = str2val(optarg, "wait time", in main()
587 pausemsecs = str2val(optarg, "pause msecs", in main()
623 packlen = str2val(argv[optind + 1], in main()
1723 str2val(const char *str, const char *what, int mi, int ma) in str2val() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_dh.c254 str2val(const char *str, int base, size_t *len) in str2val() function
306 prime = (unsigned char *)str2val(str, 16, &len); in set_prime()
/netbsd-src/usr.sbin/racoonctl/
H A DMakefile9 SRCS= racoonctl.c str2val.c kmpstat.c vmbuf.c sockmisc.c misc.c
/netbsd-src/usr.sbin/racoon/
H A DMakefile19 schedule.c str2val.c safefile.c backupsa.c \
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old1568 * src/racoon/{backupsa.c|ipsec_doi.c|localconf.c|str2val.c}