Searched refs:cbc_decrypt_contiguous_blocks (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/crypto/aes/ |
H A D | aes_modes.c | 149 rv = cbc_decrypt_contiguous_blocks(ctx, data, length, out, in aes_decrypt_contiguous_blocks()
|
/illumos-gate/usr/src/common/crypto/des/ |
H A D | des_impl.c | 1095 rv = cbc_decrypt_contiguous_blocks(ctx, data, in des_decrypt_contiguous_blocks() 1106 rv = cbc_decrypt_contiguous_blocks(ctx, data, in des_decrypt_contiguous_blocks()
|
/illumos-gate/usr/src/common/crypto/modes/ |
H A D | modes.h | 306 extern int cbc_decrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
|
H A D | cbc.c | 186 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_decrypt_contiguous_blocks() function
|
/illumos-gate/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 762 rv = cbc_decrypt_contiguous_blocks(ctx, data, length, out, in blowfish_decrypt_contiguous_blocks()
|