Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Decb.c35 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()
H A Dmodes.c130 kmem_free(common_ctx, sizeof (ecb_ctx_t)); in crypto_free_mode_ctx()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h97 } ecb_ctx_t; typedef
254 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,