ecb_ctx_t
ecb_ctx_t *ecb_ctx;
if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL)
if ((ecb_ctx = calloc(1, sizeof (ecb_ctx_t))) == NULL)
ecb_cipher_contiguous_blocks(ecb_ctx_t *ctx, char *data, size_t length,
kmem_free(common_ctx, sizeof (ecb_ctx_t));
ecb_ctx_t acu_ecb;
ecb_ctx_t bcu_ecb;
ecb_ctx_t dcu_ecb;
extern int ecb_cipher_contiguous_blocks(ecb_ctx_t *, char *, size_t,
len = sizeof (ecb_ctx_t);