Home | History | Annotate | Download | only in racoon

Lines Matching refs:doi

299 alg_oakley_hashdef(doi)
300 int doi;
305 if (doi == oakley_hashdef[i].doi) {
314 alg_oakley_hashdef_ok(doi)
315 int doi;
319 f = alg_oakley_hashdef(doi);
334 res = oakley_hashdef[i].doi;
341 alg_oakley_hashdef_hashlen(doi)
342 int doi;
346 f = alg_oakley_hashdef(doi);
354 alg_oakley_hashdef_name (doi)
355 int doi;
359 f = alg_oakley_hashdef(doi);
367 alg_oakley_hashdef_one(doi, buf)
368 int doi;
373 f = alg_oakley_hashdef(doi);
382 alg_oakley_hmacdef(doi)
383 int doi;
388 if (doi == oakley_hmacdef[i].doi) {
404 res = oakley_hmacdef[i].doi;
411 alg_oakley_hmacdef_one(doi, key, buf)
412 int doi;
421 f = alg_oakley_hmacdef(doi);
442 alg_oakley_encdef(doi)
443 int doi;
448 if (doi == oakley_encdef[i].doi) {
457 alg_oakley_encdef_ok(doi)
458 int doi;
462 f = alg_oakley_encdef(doi);
477 res = oakley_encdef[i].doi;
484 alg_oakley_encdef_keylen(doi, len)
485 int doi, len;
489 f = alg_oakley_encdef(doi);
497 alg_oakley_encdef_blocklen(doi)
498 int doi;
502 f = alg_oakley_encdef(doi);
510 alg_oakley_encdef_name (doi)
511 int doi;
515 f = alg_oakley_encdef(doi);
523 alg_oakley_encdef_decrypt(doi, buf, key, iv)
524 int doi;
533 f = alg_oakley_encdef(doi);
552 alg_oakley_encdef_encrypt(doi, buf, key, iv)
553 int doi;
562 f = alg_oakley_encdef(doi);
582 alg_ipsec_encdef(doi)
583 int doi;
588 if (doi == ipsec_encdef[i].doi) {
604 res = ipsec_encdef[i].doi;
611 alg_ipsec_encdef_keylen(doi, len)
612 int doi, len;
616 f = alg_ipsec_encdef(doi);
625 alg_ipsec_hmacdef(doi)
626 int doi;
631 if (doi == ipsec_hmacdef[i].doi) {
647 res = ipsec_hmacdef[i].doi;
654 alg_ipsec_hmacdef_hashlen(doi)
655 int doi;
659 f = alg_ipsec_hmacdef(doi);
675 res = ipsec_compdef[i].doi;
683 alg_oakley_dhdef(doi)
684 int doi;
689 if (doi == oakley_dhdef[i].doi) {
698 alg_oakley_dhdef_ok(doi)
699 int doi;
703 f = alg_oakley_dhdef(doi);
718 res = oakley_dhdef[i].doi;
725 alg_oakley_dhdef_group(doi)
726 int doi;
730 f = alg_oakley_dhdef(doi);
738 alg_oakley_dhdef_name (doi)
739 int doi;
743 f = alg_oakley_dhdef(doi);
758 res = oakley_authdef[i].doi;
765 alg_oakley_authdef_name (doi)
766 int doi;
771 if (doi == oakley_authdef[i].doi) {
892 * convert algorithm type to DOI value.
929 * convert algorithm class to DOI value.