Searched refs:ecb_ctx_t (Results 1 – 3 of 3) sorted by relevance
35 ecb_cipher_contiguous_blocks(ecb_ctx_t *ctx, char *data, size_t length, in ecb_cipher_contiguous_blocks()121 ecb_ctx_t *ecb_ctx; in ecb_alloc_ctx()123 if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL) in ecb_alloc_ctx()
130 kmem_free(common_ctx, sizeof (ecb_ctx_t)); in crypto_free_mode_ctx()
97 } ecb_ctx_t; typedef254 ecb_ctx_t acu_ecb;277 ecb_ctx_t bcu_ecb;291 ecb_ctx_t dcu_ecb;303 extern int ecb_cipher_contiguous_blocks(ecb_ctx_t *, char *, size_t,