Searched refs:crypto_drivers (Results 1 – 1 of 1) sorted by relevance
95 #define crypto_drivers (crypto_drv.list) macro570 crypto_drivers = kmem_zalloc(CRYPTO_DRIVERS_INITIAL * in crypto_init0()668 if (crypto_drivers != NULL) in crypto_destroy()669 kmem_free(crypto_drivers, in crypto_destroy()819 hid = cap - crypto_drivers; in crypto_newsession()933 memcpy(newdrv, crypto_drivers, in crypto_get_driverid()935 kmem_free(crypto_drivers, in crypto_get_driverid()939 crypto_drivers = newdrv; in crypto_get_driverid()963 KASSERT(crypto_drivers != NULL); in crypto_checkdriver_lock()968 cap = &crypto_drivers[hid]; in crypto_checkdriver_lock()[all …]