Searched refs:ipsec_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.c171 static struct hmac_algorithm ipsec_hmacdef[] = { variable in typeref:struct:hmac_algorithm
550 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)
551 if (doi == ipsec_hmacdef[i].doi) {
554 return &ipsec_hmacdef[i];
565 for (i = 0; i < ARRAYLEN(ipsec_hmacdef); i++)
566 if (type == ipsec_hmacdef[i].type) {
567 res = ipsec_hmacdef[i].doi;

Completed in 87 milliseconds