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

/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c127 static int crypto_drivers_num = 0; variable
218 crypto_drivers_num = CRYPTO_DRIVERS_INITIAL;
219 crypto_drivers = malloc(crypto_drivers_num *
306 return (hid >= crypto_drivers_num ? NULL : &crypto_drivers[hid]);
353 for (hid = 0; hid < crypto_drivers_num; hid++) {
462 if (hid >= crypto_drivers_num) {
500 for (i = 0; i < crypto_drivers_num; i++) {
508 if (i == crypto_drivers_num) {
510 if (2 * crypto_drivers_num <= crypto_drivers_num) {
[all...]

Completed in 77 milliseconds