Searched refs:oakley_hashdef (Results 1 – 1 of 1) sorted by relevance
55 static struct hash_algorithm oakley_hashdef[] = { variable304 for (i = 0; i < ARRAYLEN(oakley_hashdef); i++)305 if (doi == oakley_hashdef[i].doi) {307 oakley_hashdef[i].name);308 return &oakley_hashdef[i];332 for (i = 0; i < ARRAYLEN(oakley_hashdef); i++)333 if (type == oakley_hashdef[i].type) {334 res = oakley_hashdef[i].doi;