Searched refs:oakley_hmacdef (Results 1 – 1 of 1) sorted by relevance
80 static struct hmac_algorithm oakley_hmacdef[] = { variable387 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)388 if (doi == oakley_hmacdef[i].doi) {390 oakley_hmacdef[i].name);391 return &oakley_hmacdef[i];402 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)403 if (type == oakley_hmacdef[i].type) {404 res = oakley_hmacdef[i].doi;