Home
last modified time | relevance | path

Searched refs:ecb_ctx_t (Results 1 – 4 of 4) 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, in ecb_cipher_contiguous_blocks()
143 ecb_ctx_t *ecb_ctx; in ecb_alloc_ctx()
146 if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL) in ecb_alloc_ctx()
148 if ((ecb_ctx = calloc(1, sizeof (ecb_ctx_t))) == NULL) in ecb_alloc_ctx()
H A Dmodes.h99 } ecb_ctx_t; typedef
246 ecb_ctx_t acu_ecb;
270 ecb_ctx_t bcu_ecb;
284 ecb_ctx_t dcu_ecb;
296 extern int ecb_cipher_contiguous_blocks(ecb_ctx_t *, char *, size_t,
H A Dmodes.c181 kmem_free(common_ctx, sizeof (ecb_ctx_t)); in crypto_free_mode_ctx()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c1621 len = sizeof (ecb_ctx_t); in soft_aes_free_ctx()