Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/aes/
H A Daes_modes.c101 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out, in aes_encrypt_contiguous_blocks()
138 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out, in aes_decrypt_contiguous_blocks()
/titanic_50/usr/src/common/crypto/des/
H A Ddes_impl.c1061 rv = ecb_cipher_contiguous_blocks(ctx, data, length, in des_encrypt_contiguous_blocks()
1070 rv = ecb_cipher_contiguous_blocks(ctx, data, length, in des_encrypt_contiguous_blocks()
1093 rv = ecb_cipher_contiguous_blocks(ctx, data, length, in des_decrypt_contiguous_blocks()
1104 rv = ecb_cipher_contiguous_blocks(ctx, data, length, in des_decrypt_contiguous_blocks()
/titanic_50/usr/src/common/crypto/modes/
H A Decb.c42 ecb_cipher_contiguous_blocks(ecb_ctx_t *ctx, char *data, size_t length, in ecb_cipher_contiguous_blocks() function
H A Dmodes.h285 extern int ecb_cipher_contiguous_blocks(ecb_ctx_t *, char *, size_t,
/titanic_50/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c745 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out, in blowfish_encrypt_contiguous_blocks()
766 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out, in blowfish_decrypt_contiguous_blocks()