/src/sys/netipsec/ |
ipsec.h | 236 extern int crypto_support;
|
xform_ipcomp.c | 120 ses = crypto_newsession(&sav->tdb_cryptoid, &cric, crypto_support);
|
ipsec_netbsd.c | 671 CTLTYPE_INT, "crypto_support", NULL, 672 NULL, 0, &crypto_support, 0,
|
xform_ah.c | 258 &cria, crypto_support);
|
xform_esp.c | 277 return crypto_newsession(&sav->tdb_cryptoid, cr, crypto_support);
|
ipsec.c | 160 int crypto_support = 0; variable in typeref:typename:int
|