Searched refs:crypto_drivers (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c93 * crypto_drivers table with crypto_get_driverid() and then registering
126 static struct cryptocap *crypto_drivers = NULL; variable in typeref:struct:cryptocap
219 crypto_drivers = malloc(crypto_drivers_num *
221 if (crypto_drivers == NULL) {
289 if (crypto_drivers != NULL)
290 free(crypto_drivers, M_CRYPTO_DATA);
304 if (crypto_drivers == NULL)
306 return (hid >= crypto_drivers_num ? NULL : &crypto_drivers[hid]);
354 cap = &crypto_drivers[hid];
416 hid = cap - crypto_drivers;
[all...]

Completed in 78 milliseconds