Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.c192 static struct hmac_algorithm ipsec_hmacdef[] = { variable
633 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;