Home
last modified time | relevance | path

Searched refs:cbc_lastp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c104 ctx->cbc_lastp = blockp; in cbc_encrypt_contiguous_blocks()
173 if (ctx->cbc_lastp != NULL) { in cbc_encrypt_contiguous_blocks()
174 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv); in cbc_encrypt_contiguous_blocks()
175 ctx->cbc_lastp = (uint8_t *)ctx->cbc_iv; in cbc_encrypt_contiguous_blocks()
213 lastp = ctx->cbc_lastp; in cbc_decrypt_contiguous_blocks()
286 ctx->cbc_lastp = lastp; in cbc_decrypt_contiguous_blocks()
294 ctx->cbc_lastp = lastp; in cbc_decrypt_contiguous_blocks()
317 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0]; in cbc_init_ctx()
389 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0]; in cmac_init_ctx()
449 xor_block(cbc_ctx->cbc_lastp, M_last); in cmac_mode_final()
[all …]
H A Dmodes.h124 #define cbc_lastp cbc_common.cc_lastp macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftBlowfishCrypt.c493 cbc_ctx->cbc_lastp = (uint8_t *)&(cbc_ctx->cbc_iv); in blowfish_cbc_ctx_init()
H A DsoftDESCrypt.c801 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0]; in des_cbc_ctx_init()