Searched refs:ecb_ctx_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Decb.c42 ecb_cipher_contiguous_blocks(ecb_ctx_t *ctx, char *data, size_t length,
143 ecb_ctx_t *ecb_ctx;
146 if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL)
148 if ((ecb_ctx = calloc(1, sizeof (ecb_ctx_t))) == NULL)
H A Dmodes.h92 } ecb_ctx_t; typedef in typeref:struct:ecb_ctx
234 ecb_ctx_t acu_ecb;
259 ecb_ctx_t bcu_ecb;
273 ecb_ctx_t dcu_ecb;
285 extern int ecb_cipher_contiguous_blocks(ecb_ctx_t *, char *, size_t,
H A Dmodes.c177 kmem_free(common_ctx, sizeof (ecb_ctx_t));

Completed in 46 milliseconds