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

/external/openssl/crypto/evp/
H A Dbio_ok.c150 size_t buf_off_save; member in struct:ok_struct
187 ctx->buf_off_save=0;
243 if(ctx->buf_len_save- ctx->buf_off_save > 0)
245 ctx->buf_len= ctx->buf_len_save- ctx->buf_off_save;
246 memmove(ctx->buf, &(ctx->buf[ctx->buf_off_save]),
379 ctx->buf_off_save=0;
609 ctx->buf_off_save= tl+ OK_BLOCK_BLOCK+ md->digest->md_size;

Completed in 101 milliseconds