Searched refs:cbc_iv (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c62 lastp = (uint8_t *)ctx->cbc_iv;
130 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv);
131 ctx->cbc_lastp = (uint8_t *)ctx->cbc_iv;
138 (((a) == (ctx)->cbc_lastblock) ? (ctx)->cbc_iv : (ctx)->cbc_lastblock)
254 copy_block((uchar_t *)param, cbc_ctx->cbc_iv);
257 cbc_ctx->cbc_lastp = (uint8_t *)&cbc_ctx->cbc_iv[0];
/freebsd-13-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c226 static unsigned char cbc_iv[8] = { variable
484 memcpy(iv3, cbc_iv, sizeof(cbc_iv));
496 memcpy(iv3, cbc_iv, sizeof(cbc_iv));
601 memcpy(iv3, cbc_iv, sizeof(cbc_iv));
606 memcpy(iv3, cbc_iv, sizeof(cbc_iv));
632 memcpy(iv3, cbc_iv, sizeo
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h115 #define cbc_iv cbc_common.cc_iv macro

Completed in 108 milliseconds