Home
last modified time | relevance | path

Searched refs:cbc_ctx_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h111 } cbc_ctx_t; typedef
255 cbc_ctx_t acu_cbc;
278 cbc_ctx_t bcu_cbc;
292 cbc_ctx_t dcu_cbc;
307 extern int cbc_encrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
313 extern int cbc_decrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
369 extern int cbc_init_ctx(cbc_ctx_t *, char *, size_t, size_t,
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c35 cbc_encrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_encrypt_contiguous_blocks()
142 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_decrypt_contiguous_blocks()
243 cbc_init_ctx(cbc_ctx_t *cbc_ctx, char *param, size_t param_len, in cbc_init_ctx()
266 cbc_ctx_t *cbc_ctx; in cbc_alloc_ctx()
268 if ((cbc_ctx = kmem_zalloc(sizeof (cbc_ctx_t), kmflag)) == NULL) in cbc_alloc_ctx()
H A Dmodes.c134 kmem_free(common_ctx, sizeof (cbc_ctx_t)); in crypto_free_mode_ctx()
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c1328 rv = cbc_init_ctx((cbc_ctx_t *)aes_ctx, mechanism->cm_param, in aes_common_init_ctx()