Lines Matching defs:cryptocap
117 struct cryptocap {
129 static struct cryptocap **crypto_drivers = NULL;
133 struct cryptocap *cap;
215 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
271 static struct cryptocap *
272 cap_ref(struct cryptocap *cap)
280 cap_rele(struct cryptocap *cap)
310 sizeof(struct cryptocap), M_CRYPTO_DATA, M_WAITOK | M_ZERO);
586 static struct cryptocap *
597 static struct cryptocap *
600 struct cryptocap *cap, *best;
920 struct cryptocap *cap;
946 struct cryptocap *cap;
1003 struct cryptocap *cap;
1023 struct cryptocap *cap, **newdrv;
1091 struct cryptocap *cap;
1116 struct cryptocap *cap;
1134 struct cryptocap *cap;
1156 struct cryptocap *cap;
1187 struct cryptocap *cap;
1408 struct cryptocap *cap;
1503 struct cryptocap *cap;
1518 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint)
1762 struct cryptocap *cap;
1926 const struct cryptocap *cap = crypto_drivers[hid];