Searched refs:oakley_hmacdef (Results 1 – 1 of 1) sorted by relevance
80 static struct hmac_algorithm oakley_hmacdef[] = { variable390 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)391 if (doi == oakley_hmacdef[i].doi) {393 oakley_hmacdef[i].name);394 return &oakley_hmacdef[i];405 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)406 if (type == oakley_hmacdef[i].type) {407 res = oakley_hmacdef[i].doi;