Lines Matching refs:cryptocap
117 struct cryptocap { struct
129 static struct cryptocap **crypto_drivers = NULL; argument
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) in cap_ref()
280 cap_rele(struct cryptocap *cap) in cap_rele()
310 sizeof(struct cryptocap), M_CRYPTO_DATA, M_WAITOK | M_ZERO); in crypto_init()
586 static struct cryptocap *
597 static struct cryptocap *
600 struct cryptocap *cap, *best; in crypto_select_driver()
920 struct cryptocap *cap; in crypto_deletesession()
946 struct cryptocap *cap; in crypto_newsession()
1003 struct cryptocap *cap; in crypto_freesession()
1023 struct cryptocap *cap, **newdrv; in crypto_get_driverid()
1091 struct cryptocap *cap; in crypto_find_driver()
1116 struct cryptocap *cap; in crypto_find_device_byhid()
1134 struct cryptocap *cap; in crypto_getcaps()
1156 struct cryptocap *cap; in crypto_unregister_all()
1187 struct cryptocap *cap; in crypto_unblock()
1406 struct cryptocap *cap; in crypto_dispatch_one()
1501 struct cryptocap *cap; in crypto_task_invoke()
1516 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1756 struct cryptocap *cap; in crypto_dispatch_thread()
1920 const struct cryptocap *cap = crypto_drivers[hid]; in db_show_drivers()