Searched refs:ecb_ctx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Decb.c143 ecb_ctx_t *ecb_ctx; local
146 if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL)
148 if ((ecb_ctx = calloc(1, sizeof (ecb_ctx_t))) == NULL)
152 ecb_ctx->ecb_flags = ECB_MODE;
153 return (ecb_ctx);
H A Dmodes.h89 typedef struct ecb_ctx { struct

Completed in 59 milliseconds