• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/

Lines Matching refs:doi

245 alg_oakley_hashdef(doi)
246 int doi;
251 if (doi == oakley_hashdef[i].doi) {
260 alg_oakley_hashdef_ok(doi)
261 int doi;
265 f = alg_oakley_hashdef(doi);
280 res = oakley_hashdef[i].doi;
287 alg_oakley_hashdef_hashlen(doi)
288 int doi;
292 f = alg_oakley_hashdef(doi);
300 alg_oakley_hashdef_one(doi, buf)
301 int doi;
306 f = alg_oakley_hashdef(doi);
315 alg_oakley_hmacdef(doi)
316 int doi;
321 if (doi == oakley_hmacdef[i].doi) {
337 res = oakley_hmacdef[i].doi;
344 alg_oakley_hmacdef_one(doi, key, buf)
345 int doi;
354 f = alg_oakley_hmacdef(doi);
375 alg_oakley_encdef(doi)
376 int doi;
381 if (doi == oakley_encdef[i].doi) {
390 alg_oakley_encdef_ok(doi)
391 int doi;
395 f = alg_oakley_encdef(doi);
410 res = oakley_encdef[i].doi;
417 alg_oakley_encdef_keylen(doi, len)
418 int doi, len;
422 f = alg_oakley_encdef(doi);
430 alg_oakley_encdef_blocklen(doi)
431 int doi;
435 f = alg_oakley_encdef(doi);
443 alg_oakley_encdef_decrypt(doi, buf, key, iv)
444 int doi;
453 f = alg_oakley_encdef(doi);
472 alg_oakley_encdef_encrypt(doi, buf, key, iv)
473 int doi;
482 f = alg_oakley_encdef(doi);
502 alg_ipsec_encdef(doi)
503 int doi;
508 if (doi == ipsec_encdef[i].doi) {
524 res = ipsec_encdef[i].doi;
531 alg_ipsec_encdef_keylen(doi, len)
532 int doi, len;
536 f = alg_ipsec_encdef(doi);
545 alg_ipsec_hmacdef(doi)
546 int doi;
551 if (doi == ipsec_hmacdef[i].doi) {
567 res = ipsec_hmacdef[i].doi;
574 alg_ipsec_hmacdef_hashlen(doi)
575 int doi;
579 f = alg_ipsec_hmacdef(doi);
595 res = ipsec_compdef[i].doi;
603 alg_oakley_dhdef(doi)
604 int doi;
609 if (doi == oakley_dhdef[i].doi) {
618 alg_oakley_dhdef_ok(doi)
619 int doi;
623 f = alg_oakley_dhdef(doi);
638 res = oakley_dhdef[i].doi;
645 alg_oakley_dhdef_group(doi)
646 int doi;
650 f = alg_oakley_dhdef(doi);
666 res = oakley_authdef[i].doi;