Lines Matching defs:blocks
110 unsigned char data_buf[16]; /* Store partial data blocks */
111 unsigned char aad_buf[16]; /* Store partial AAD blocks */
942 unsigned long long blocks;
1760 ctx->aes.ccm.blocks += 2;
1766 ctx->aes.ccm.blocks += alen >> 4;
1776 ctx->aes.ccm.blocks++;
1795 ctx->aes.ccm.blocks++;
1818 ctx->aes.ccm.blocks += (((len + 15) >> 4) << 1) + 1;
1819 if (ctx->aes.ccm.blocks > (1ULL << 61))
1950 cctx->aes.ccm.blocks = 0;
3251 * Impose a limit of 2^20 blocks per data unit as specified by
3905 * Need to ensure we are only passing full blocks to low level OCB
3907 * EVP_DecryptUpdate because we need to pass full blocks of AAD too
3967 * If we've got some full blocks to handle, then process these first