Searched refs:cbc_lastp (Results 1 – 5 of 5) sorted by relevance
97 ctx->cbc_lastp = blockp; in cbc_encrypt_contiguous_blocks()156 if (ctx->cbc_lastp != NULL) { in cbc_encrypt_contiguous_blocks()157 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv); in cbc_encrypt_contiguous_blocks()158 ctx->cbc_lastp = (uint8_t *)ctx->cbc_iv; in cbc_encrypt_contiguous_blocks()196 lastp = ctx->cbc_lastp; in cbc_decrypt_contiguous_blocks()269 ctx->cbc_lastp = lastp; in cbc_decrypt_contiguous_blocks()277 ctx->cbc_lastp = lastp; in cbc_decrypt_contiguous_blocks()300 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0]; in cbc_init_ctx()
113 #define cbc_lastp cbc_common.cc_lastp macro
500 cbc_ctx->cbc_lastp = (uint8_t *)&(cbc_ctx->cbc_iv); in blowfish_cbc_ctx_init()
839 cbc_ctx->cbc_lastp = (uint8_t *)cbc_ctx->cbc_iv; in aes_cbc_ctx_init()
811 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0]; in des_cbc_ctx_init()