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

/freebsd-11-stable/sys/opencrypto/
H A Dcrypto.c95 * crypto_drivers table with crypto_get_driverid() and then registering
128 static struct cryptocap *crypto_drivers = NULL; variable in typeref:struct:cryptocap
252 crypto_drivers = malloc(crypto_drivers_num *
254 if (crypto_drivers == NULL) {
325 if (crypto_drivers != NULL)
326 free(crypto_drivers, M_CRYPTO_DATA);
340 if (crypto_drivers == NULL)
342 return (hid >= crypto_drivers_num ? NULL : &crypto_drivers[hid]);
390 cap = &crypto_drivers[hid];
451 hid = cap - crypto_drivers;
[all...]

Completed in 243 milliseconds