Searched defs:cbc_ctx_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h106 } cbc_ctx_t; typedef in typeref:struct:cbc_ctx
235 cbc_ctx_t acu_cbc;
260 cbc_ctx_t bcu_cbc;
274 cbc_ctx_t dcu_cbc;
289 extern int cbc_encrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
295 extern int cbc_decrypt_contiguous_blocks(cbc_ctx_t *, char *, size_t,
351 extern int cbc_init_ctx(cbc_ctx_t *, char *, size_t, size_t,

Completed in 210 milliseconds