Lines Matching defs:OK_BLOCK_BLOCK
94 #define OK_BLOCK_BLOCK 4
95 #define IOBS (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
293 ctx->buf_len = OK_BLOCK_BLOCK;
300 n = (inl + ctx->buf_len > OK_BLOCK_SIZE + OK_BLOCK_BLOCK) ?
301 (int)(OK_BLOCK_SIZE + OK_BLOCK_BLOCK - ctx->buf_len) : inl;
308 if (ctx->buf_len >= OK_BLOCK_SIZE + OK_BLOCK_BLOCK) {
538 tl = ctx->buf_len - OK_BLOCK_BLOCK;
544 (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl))
570 assert(sizeof(tl) >= OK_BLOCK_BLOCK); /* always true */
579 if (ctx->buf_len < tl + OK_BLOCK_BLOCK + md_size)
583 (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl))
587 if (memcmp(&(ctx->buf[tl + OK_BLOCK_BLOCK]), tmp, md_size) == 0) {
589 ctx->buf_off_save = tl + OK_BLOCK_BLOCK + md_size;
591 ctx->buf_off = OK_BLOCK_BLOCK;
592 ctx->buf_len = tl + OK_BLOCK_BLOCK;