Searched refs:oakley_hashdef (Results 1 – 1 of 1) sorted by relevance
55 static struct hash_algorithm oakley_hashdef[] = { variable305 for (size_t i = 0; i < ARRAYLEN(oakley_hashdef); i++) in alg_oakley_hashdef()306 if (doi == oakley_hashdef[i].doi) { in alg_oakley_hashdef()308 oakley_hashdef[i].name); in alg_oakley_hashdef()309 return &oakley_hashdef[i]; in alg_oakley_hashdef()331 for (size_t i = 0; i < ARRAYLEN(oakley_hashdef); i++) in alg_oakley_hashdef_doi()332 if (type == oakley_hashdef[i].type) { in alg_oakley_hashdef_doi()333 res = oakley_hashdef[i].doi; in alg_oakley_hashdef_doi()