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);
278 static struct cryptocap *
279 cap_ref(struct cryptocap *cap) in cap_ref()
287 cap_rele(struct cryptocap *cap) in cap_rele()
317 sizeof(struct cryptocap), M_CRYPTO_DATA, M_WAITOK | M_ZERO); in crypto_init()
593 static struct cryptocap *
604 static struct cryptocap *
607 struct cryptocap *cap, *best; in crypto_select_driver()
927 struct cryptocap *cap; in crypto_deletesession()
953 struct cryptocap *cap; in crypto_newsession()
1010 struct cryptocap *cap; in crypto_freesession()
1030 struct cryptocap *cap, **newdrv; in crypto_get_driverid()
1098 struct cryptocap *cap; in crypto_find_driver()
1123 struct cryptocap *cap; in crypto_find_device_byhid()
1141 struct cryptocap *cap; in crypto_getcaps()
1163 struct cryptocap *cap; in crypto_unregister_all()
1194 struct cryptocap *cap; in crypto_unblock()
1415 struct cryptocap *cap; in crypto_dispatch_one()
1510 struct cryptocap *cap; in crypto_task_invoke()
1525 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1769 struct cryptocap *cap; in crypto_dispatch_thread()
1933 const struct cryptocap *cap = crypto_drivers[hid]; in db_show_drivers()