Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.c225 static struct misc_algorithm ipsec_compdef[] = { variable
676 for (i = 0; i < ARRAYLEN(ipsec_compdef); i++)
677 if (type == ipsec_compdef[i].type) {
678 res = ipsec_compdef[i].doi;