Searched refs:crypto_drivers (Results 1 – 1 of 1) sorted by relevance
459 if (crypto_drivers[i] != NULL) in crypto_destroy()460 cap_rele(crypto_drivers[i]); in crypto_destroy()462 free(crypto_drivers, M_CRYPTO_DATA); in crypto_destroy()619 cap = crypto_drivers[hid]; in crypto_select_driver()1048 if (crypto_drivers[i] == NULL) in crypto_get_driverid()1069 memcpy(newdrv, crypto_drivers, in crypto_get_driverid()1075 crypto_drivers = newdrv; in crypto_get_driverid()1079 crypto_drivers[i] = cap; in crypto_get_driverid()1103 if (crypto_drivers[i] == NULL) in crypto_find_driver()1105 cap = crypto_drivers[i]; in crypto_find_driver()[all …]