Searched refs:ipsec_hmacdef (Results 1 – 1 of 1) sorted by relevance
189 static struct hmac_algorithm ipsec_hmacdef[] = { variable630 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)631 if (doi == ipsec_hmacdef[i].doi) {633 ipsec_hmacdef[i].name);634 return &ipsec_hmacdef[i];645 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)646 if (type == ipsec_hmacdef[i].type) {647 res = ipsec_hmacdef[i].doi;