Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dalgorithm.c234 static struct misc_algorithm oakley_authdef[] = { variable
756 for (i = 0; i < ARRAYLEN(oakley_authdef); i++)
757 if (type == oakley_authdef[i].type) {
758 res = oakley_authdef[i].doi;
770 for (i = 0; i < ARRAYLEN(oakley_authdef); i++)
771 if (doi == oakley_authdef[i].doi) {
772 return oakley_authdef[i].name;