Home
last modified time | relevance | path

Searched refs:cbc_encrypt_contiguous_blocks (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c114 rv = cbc_encrypt_contiguous_blocks(ctx, in aes_encrypt_contiguous_blocks()
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c1063 rv = cbc_encrypt_contiguous_blocks(ctx, data, in des_encrypt_contiguous_blocks()
1072 rv = cbc_encrypt_contiguous_blocks(ctx, data, in des_encrypt_contiguous_blocks()
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h300 extern int cbc_encrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
H A Dcbc.c49 cbc_encrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_encrypt_contiguous_blocks() function
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c741 rv = cbc_encrypt_contiguous_blocks(ctx, data, length, out, in blowfish_encrypt_contiguous_blocks()