Searched refs:oakley_hmacdef (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dalgorithm.c74 static struct hmac_algorithm oakley_hmacdef[] = { variable in typeref:struct:hmac_algorithm
320 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)
321 if (doi == oakley_hmacdef[i].doi) {
323 oakley_hmacdef[i].name);
324 return &oakley_hmacdef[i];
335 for (i = 0; i < ARRAYLEN(oakley_hmacdef); i++)
336 if (type == oakley_hmacdef[i].type) {
337 res = oakley_hmacdef[i].doi;
553 oakley_hmacdef[i].name);

Completed in 102 milliseconds