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

/external/ipsec-tools/src/racoon/
H A Dalgorithm.c189 static struct hmac_algorithm ipsec_hmacdef[] = { variable in typeref:struct:hmac_algorithm
630 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;

Completed in 95 milliseconds