Searched refs:ipsec_hmacdef (Results 1 – 1 of 1) sorted by relevance
192 static struct hmac_algorithm ipsec_hmacdef[] = { variable633 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)634 if (doi == ipsec_hmacdef[i].doi) {636 ipsec_hmacdef[i].name);637 return &ipsec_hmacdef[i];648 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)649 if (type == ipsec_hmacdef[i].type) {650 res = ipsec_hmacdef[i].doi;