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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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]),
360 ctx->buf_off_save=0;
564 ctx->buf_off_save= tl+ OK_BLOCK_BLOCK+ md->digest->md_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dbio_ok.c149 size_t buf_off_save; member in struct:ok_struct
186 ctx->buf_off_save = 0;
245 if (ctx->buf_len_save - ctx->buf_off_save > 0) {
246 ctx->buf_len = ctx->buf_len_save - ctx->buf_off_save;
247 memmove(ctx->buf, &(ctx->buf[ctx->buf_off_save]),
375 ctx->buf_off_save = 0;
612 ctx->buf_off_save = tl + OK_BLOCK_BLOCK + md->digest->md_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dbio_ok.c149 size_t buf_off_save; member in struct:ok_struct
186 ctx->buf_off_save = 0;
245 if (ctx->buf_len_save - ctx->buf_off_save > 0) {
246 ctx->buf_len = ctx->buf_len_save - ctx->buf_off_save;
247 memmove(ctx->buf, &(ctx->buf[ctx->buf_off_save]),
375 ctx->buf_off_save = 0;
612 ctx->buf_off_save = tl + OK_BLOCK_BLOCK + md->digest->md_size;

Completed in 86 milliseconds