HomeSort by: relevance | last modified time | path
    Searched defs:crypto_drivers (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
crypto.c 84 * crypto_drivers table with crypto_get_driverid() and then registering
87 /* Don't directly access crypto_drivers[i], use crypto_checkdriver(i). */
95 #define crypto_drivers (crypto_drv.list) macro
570 crypto_drivers = kmem_zalloc(CRYPTO_DRIVERS_INITIAL *
644 * prohibit touch crypto_drivers[] and each element after here.
668 if (crypto_drivers != NULL)
669 kmem_free(crypto_drivers,
819 hid = cap - crypto_drivers;
840 DPRINTF("crypto_drivers[%d].cc_newsession() failed. error=%d\n",
933 memcpy(newdrv, crypto_drivers,
    [all...]
crypto.c 84 * crypto_drivers table with crypto_get_driverid() and then registering
87 /* Don't directly access crypto_drivers[i], use crypto_checkdriver(i). */
95 #define crypto_drivers (crypto_drv.list) macro
570 crypto_drivers = kmem_zalloc(CRYPTO_DRIVERS_INITIAL *
644 * prohibit touch crypto_drivers[] and each element after here.
668 if (crypto_drivers != NULL)
669 kmem_free(crypto_drivers,
819 hid = cap - crypto_drivers;
840 DPRINTF("crypto_drivers[%d].cc_newsession() failed. error=%d\n",
933 memcpy(newdrv, crypto_drivers,
    [all...]

Completed in 24 milliseconds