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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_enc.c79 int buf_off; member in struct:enc_struct
117 ctx->buf_off=0;
156 i=ctx->buf_len-ctx->buf_off;
158 memcpy(out,&(ctx->buf[ctx->buf_off]),i);
162 ctx->buf_off+=i;
163 if (ctx->buf_len == ctx->buf_off)
166 ctx->buf_off=0;
191 ctx->buf_off=0;
221 ctx->buf_off=i;
240 n=ctx->buf_len-ctx->buf_off;
[all...]
H A Dbio_b64.c83 int buf_off; member in struct:b64_struct
122 ctx->buf_off=0;
158 ctx->buf_off=0;
166 i=ctx->buf_len-ctx->buf_off;
168 OPENSSL_assert(ctx->buf_off+i < (int)sizeof(ctx->buf));
169 memcpy(out,&(ctx->buf[ctx->buf_off]),i);
173 ctx->buf_off+=i;
174 if (ctx->buf_len == ctx->buf_off)
177 ctx->buf_off=0;
336 ctx->buf_off
[all...]
H A Dbio_ok.c148 size_t buf_off; member in struct:ok_struct
185 ctx->buf_off=0;
229 i=ctx->buf_len-ctx->buf_off;
231 memcpy(out,&(ctx->buf[ctx->buf_off]),i);
235 ctx->buf_off+=i;
238 if (ctx->buf_len == ctx->buf_off)
240 ctx->buf_off=0;
300 n=ctx->buf_len-ctx->buf_off;
303 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
311 ctx->buf_off
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dbio_ber.c105 int buf_off; member in struct:bio_ber_struct
170 if (ctx->buf_off != 0)
173 j=ctx->buf_off;
181 ctx->buf_off=0;
282 n=ctx->buf_len-ctx->buf_off;
285 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
291 ctx->buf_off+=i;
298 ctx->buf_off=0;
308 ctx->buf_off=0;
312 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),
[all...]
/opensolaris-onvv-gate/usr/src/cmd/grpck/
H A Dgrpck.c109 char *buf_off, *tmpbuf; local
161 buf_off = buf;
162 while (fgets(buf_off, (bufsize - buf_len), fptr) != NULL) {
163 buf_len += strlen(buf_off);
173 buf_off = buf + buf_len;

Completed in 116 milliseconds