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

/freebsd-11-stable/sys/opencrypto/
H A Dcrypto.c129 static int crypto_drivers_num = 0; variable
251 crypto_drivers_num = CRYPTO_DRIVERS_INITIAL;
252 crypto_drivers = malloc(crypto_drivers_num *
342 return (hid >= crypto_drivers_num ? NULL : &crypto_drivers[hid]);
389 for (hid = 0; hid < crypto_drivers_num; hid++) {
500 if (hid >= crypto_drivers_num) {
538 for (i = 0; i < crypto_drivers_num; i++) {
546 if (i == crypto_drivers_num) {
548 if (2 * crypto_drivers_num <= crypto_drivers_num) {
[all...]

Completed in 216 milliseconds