Home
last modified time | relevance | path

Searched refs:cryptocap (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/crypto/
H A Dcrypto.c37 struct cryptocap *crypto_drivers; /* [A] array allocated by driver
50 struct cryptocap *cpc; in crypto_newsession()
210 explicit_bzero(&crypto_drivers[hid], sizeof(struct cryptocap)); in crypto_freesession()
222 struct cryptocap *newdrv; in crypto_get_driverid()
233 sizeof(struct cryptocap), M_CRYPTO_DATA, M_NOWAIT | M_ZERO); in crypto_get_driverid()
259 2 * sizeof(struct cryptocap), M_CRYPTO_DATA, M_NOWAIT); in crypto_get_driverid()
266 crypto_drivers_num * sizeof(struct cryptocap)); in crypto_get_driverid()
268 crypto_drivers_num * sizeof(struct cryptocap)); in crypto_get_driverid()
274 crypto_drivers_num * sizeof(struct cryptocap)); in crypto_get_driverid()
366 bzero(&crypto_drivers[driverid], sizeof(struct cryptocap)); in crypto_unregister()
H A Dcryptodev.h179 struct cryptocap { struct