HomeSort by: relevance | last modified time | path
    Searched refs:cryptocap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
crypto.c 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));
    [all...]
cryptodev.h 566 struct cryptocap { struct

Completed in 174 milliseconds