Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dipsec_doi.c143 static int (*check_attributes[])(struct isakmp_pl_t *) = { variable
1349 if (prop->proto_id >= ARRAYLEN(check_attributes)) { in get_transform()
1357 || !check_attributes[prop->proto_id]) { in get_transform()
1367 if (check_attributes[prop->proto_id](trns) != 0) in get_transform()