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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Decb.c35 ecb_cipher_contiguous_blocks(ecb_ctx_t *ctx, char *data, size_t length,
121 ecb_ctx_t *ecb_ctx;
123 if ((ecb_ctx = kmem_zalloc(sizeof (ecb_ctx_t), kmflag)) == NULL)
H A Dmodes.c130 kmem_free(common_ctx, sizeof (ecb_ctx_t));
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h97 } ecb_ctx_t; typedef in typeref:struct:ecb_ctx
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,

Completed in 79 milliseconds