Home | History | Annotate | Download | only in opencrypto

Lines Matching refs:cryptocap

91 	struct cryptocap *list;
508 static struct cryptocap *crypto_checkdriver_lock(u_int32_t);
509 static struct cryptocap *crypto_checkdriver_uninit(u_int32_t);
510 static struct cryptocap *crypto_checkdriver(u_int32_t);
511 static void crypto_driver_lock(struct cryptocap *);
512 static void crypto_driver_unlock(struct cryptocap *);
513 static void crypto_driver_clear(struct cryptocap *);
571 sizeof(struct cryptocap), KM_SLEEP);
620 struct cryptocap *cap = NULL;
670 crypto_drivers_num * sizeof(struct cryptocap));
685 crypto_driver_suitable(struct cryptocap *cap, struct cryptoini *cri)
710 static struct cryptocap *
715 struct cryptocap *cap, *best;
800 struct cryptocap *cap;
858 struct cryptocap *cap;
893 crypto_checkdriver_initialized(const struct cryptocap *cap)
908 struct cryptocap *newdrv;
909 struct cryptocap *cap = NULL;
932 sizeof(struct cryptocap), KM_SLEEP);
934 crypto_drivers_num * sizeof(struct cryptocap));
936 crypto_drivers_num * sizeof(struct cryptocap));
958 static struct cryptocap *
961 struct cryptocap *cap;
979 static struct cryptocap *
997 static struct cryptocap *
1006 struct cryptocap *cap = &crypto_drivers[hid];
1011 crypto_driver_lock(struct cryptocap *cap)
1020 crypto_driver_unlock(struct cryptocap *cap)
1029 crypto_driver_clear(struct cryptocap *cap)
1061 struct cryptocap *cap;
1109 struct cryptocap *cap;
1153 crypto_unregister_locked(struct cryptocap *cap, int alg, bool all)
1207 struct cryptocap *cap;
1227 struct cryptocap *cap;
1247 struct cryptocap *cap;
1280 struct cryptocap *cap;
1383 struct cryptocap *cap;
1442 struct cryptocap *cap = NULL;
1524 struct cryptocap *cap;
1766 struct cryptocap *cap;
1801 struct cryptocap *cap;