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

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c42 cbc_encrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length,
169 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length,
282 cbc_init_ctx(cbc_ctx_t *cbc_ctx, char *param, size_t param_len,
309 cbc_ctx_t *cbc_ctx;
312 if ((cbc_ctx = kmem_zalloc(sizeof (cbc_ctx_t), kmflag)) == NULL)
314 if ((cbc_ctx = calloc(1, sizeof (cbc_ctx_t))) == NULL)
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,
H A Dmodes.c185 kmem_free(common_ctx, sizeof (cbc_ctx_t));
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c491 cbc_ctx_t *cbc_ctx;
493 if ((cbc_ctx = calloc(1, sizeof (cbc_ctx_t))) == NULL)
H A DsoftAESCrypt.c829 cbc_ctx_t *cbc_ctx;
831 if ((cbc_ctx = calloc(1, sizeof (cbc_ctx_t))) == NULL)
H A DsoftDESCrypt.c802 cbc_ctx_t *cbc_ctx;
804 if ((cbc_ctx = calloc(1, sizeof (cbc_ctx_t))) == NULL)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c854 rv = cbc_init_ctx((cbc_ctx_t *)blowfish_ctx,
H A Daes.c1343 rv = cbc_init_ctx((cbc_ctx_t *)aes_ctx, mechanism->cm_param,
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c1144 rv = cbc_init_ctx((cbc_ctx_t *)des_ctx, mechanism->cm_param,

Completed in 56 milliseconds