Home
last modified time | relevance | path

Searched refs:crypto_bc_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_cbufcall.c57 crypto_bc_t
80 crypto_bufcall_free(crypto_bc_t bc) in crypto_bufcall_free()
105 crypto_bufcall(crypto_bc_t bc, void (*func)(void *arg), void *arg) in crypto_bufcall()
153 crypto_unbufcall(crypto_bc_t bc) in crypto_unbufcall()
/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);