Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_modes.c125 rv = cbc_decrypt_contiguous_blocks(ctx, data, length, out, in aes_decrypt_contiguous_blocks()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c142 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_decrypt_contiguous_blocks() function
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h313 extern int cbc_decrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,