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 D | aes_modes.c | 125 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 D | cbc.c | 142 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 D | modes.h | 313 extern int cbc_decrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
|