Searched refs:cbc_lastp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c97 ctx->cbc_lastp = blockp;
156 if (ctx->cbc_lastp != NULL) {
157 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv);
158 ctx->cbc_lastp = (uint8_t *)ctx->cbc_iv;
196 lastp = ctx->cbc_lastp;
269 ctx->cbc_lastp = lastp;
277 ctx->cbc_lastp = lastp;
300 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0];
H A Dmodes.h113 #define cbc_lastp cbc_common.cc_lastp macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c500 cbc_ctx->cbc_lastp = (uint8_t *)&(cbc_ctx->cbc_iv);
H A DsoftAESCrypt.c839 cbc_ctx->cbc_lastp = (uint8_t *)cbc_ctx->cbc_iv;
H A DsoftDESCrypt.c811 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0];

Completed in 49 milliseconds