Searched defs:crypto_bc_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h36 typedef void *crypto_bc_t; typedef
382 extern crypto_bc_t crypto_bufcall_alloc(void);
383 extern int crypto_bufcall_free(crypto_bc_t bc);
384 extern int crypto_bufcall(crypto_bc_t bc, void (*func)(void *arg), void *arg);
385 extern int crypto_unbufcall(crypto_bc_t bc);

Completed in 105 milliseconds