Searched refs:next_bio (Results 1 - 25 of 109) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bio/
H A Dbf_null.c116 if (b->next_bio == NULL) return(0);
117 ret=BIO_read(b->next_bio,out,outl);
128 if (b->next_bio == NULL) return(0);
129 ret=BIO_write(b->next_bio,in,inl);
139 if (b->next_bio == NULL) return(0);
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
160 if (b->next_bio == NULL) return(0);
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
172 if (bp->next_bio
[all...]
H A Dbf_lbuf.c141 if (b->next_bio == NULL) return(0);
142 ret=BIO_read(b->next_bio,out,outl);
155 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
204 BIO_write(b->next_bio, "<*<", 3);
206 i=BIO_write(b->next_bio,
214 BIO_write(b->next_bio, ">*>", 3);
220 BIO_write(b->next_bio, ">*>", 3);
233 BIO_write(b->next_bio, "<*<", 3);
235 i=BIO_write(b->next_bio,in,p - in);
240 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c135 if (b->next_bio == NULL) return(0);
152 ret=BIO_read(b->next_bio,out,outl);
167 if (b->next_bio == NULL) return(0);
194 ret=BIO_write(b->next_bio,in,inl);
208 if (b->next_bio == NULL) return(0);
213 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
220 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
230 if (b->next_bio == NULL) return(0);
234 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
242 if (bp->next_bio
[all...]
H A Dbf_buff.c139 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
167 i=BIO_read(b->next_bio,out,outl);
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
204 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
231 i=BIO_write(b->next_bio,&(ctx->obuf[ctx->obuf_off]),
252 i=BIO_write(b->next_bio,in,inl);
288 if (b->next_bio == NULL) return(0);
289 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
306 if (b->next_bio == NULL) return(0);
307 ret=BIO_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bio/
H A Dbf_null.c120 if (b->next_bio == NULL)
122 ret = BIO_read(b->next_bio, out, outl);
134 if (b->next_bio == NULL)
136 ret = BIO_write(b->next_bio, in, inl);
146 if (b->next_bio == NULL)
151 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
158 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
167 if (b->next_bio == NULL)
171 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
179 if (bp->next_bio
[all...]
H A Dbf_lbuf.c146 if (b->next_bio == NULL)
148 ret = BIO_read(b->next_bio, out, outl);
162 if ((ctx == NULL) || (b->next_bio == NULL))
202 BIO_write(b->next_bio, "<*<", 3);
204 i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
210 BIO_write(b->next_bio, ">*>", 3);
218 BIO_write(b->next_bio, ">*>", 3);
231 BIO_write(b->next_bio, "<*<", 3);
233 i = BIO_write(b->next_bio, in, p - in);
237 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c137 if (b->next_bio == NULL)
155 ret = BIO_read(b->next_bio, out, outl);
171 if (b->next_bio == NULL)
196 ret = BIO_write(b->next_bio, in, inl);
209 if (b->next_bio == NULL)
214 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
221 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 if (b->next_bio == NULL)
235 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
243 if (bp->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bio/
H A Dbf_null.c116 if (b->next_bio == NULL) return(0);
117 ret=BIO_read(b->next_bio,out,outl);
128 if (b->next_bio == NULL) return(0);
129 ret=BIO_write(b->next_bio,in,inl);
139 if (b->next_bio == NULL) return(0);
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
160 if (b->next_bio == NULL) return(0);
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
172 if (bp->next_bio
[all...]
H A Dbf_lbuf.c141 if (b->next_bio == NULL) return(0);
142 ret=BIO_read(b->next_bio,out,outl);
155 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
204 BIO_write(b->next_bio, "<*<", 3);
206 i=BIO_write(b->next_bio,
214 BIO_write(b->next_bio, ">*>", 3);
220 BIO_write(b->next_bio, ">*>", 3);
233 BIO_write(b->next_bio, "<*<", 3);
235 i=BIO_write(b->next_bio,in,p - in);
240 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c135 if (b->next_bio == NULL) return(0);
152 ret=BIO_read(b->next_bio,out,outl);
167 if (b->next_bio == NULL) return(0);
194 ret=BIO_write(b->next_bio,in,inl);
208 if (b->next_bio == NULL) return(0);
213 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
220 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
230 if (b->next_bio == NULL) return(0);
234 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
242 if (bp->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bio/
H A Dbf_null.c120 if (b->next_bio == NULL)
122 ret = BIO_read(b->next_bio, out, outl);
134 if (b->next_bio == NULL)
136 ret = BIO_write(b->next_bio, in, inl);
146 if (b->next_bio == NULL)
151 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
158 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
167 if (b->next_bio == NULL)
171 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
179 if (bp->next_bio
[all...]
H A Dbf_lbuf.c146 if (b->next_bio == NULL)
148 ret = BIO_read(b->next_bio, out, outl);
162 if ((ctx == NULL) || (b->next_bio == NULL))
202 BIO_write(b->next_bio, "<*<", 3);
204 i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
210 BIO_write(b->next_bio, ">*>", 3);
218 BIO_write(b->next_bio, ">*>", 3);
231 BIO_write(b->next_bio, "<*<", 3);
233 i = BIO_write(b->next_bio, in, p - in);
237 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c137 if (b->next_bio == NULL)
155 ret = BIO_read(b->next_bio, out, outl);
171 if (b->next_bio == NULL)
196 ret = BIO_write(b->next_bio, in, inl);
209 if (b->next_bio == NULL)
214 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
221 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 if (b->next_bio == NULL)
235 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
243 if (bp->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bio/
H A Dbf_null.c116 if (b->next_bio == NULL) return(0);
117 ret=BIO_read(b->next_bio,out,outl);
128 if (b->next_bio == NULL) return(0);
129 ret=BIO_write(b->next_bio,in,inl);
139 if (b->next_bio == NULL) return(0);
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
160 if (b->next_bio == NULL) return(0);
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
172 if (bp->next_bio
[all...]
H A Dbf_lbuf.c141 if (b->next_bio == NULL) return(0);
142 ret=BIO_read(b->next_bio,out,outl);
155 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
204 BIO_write(b->next_bio, "<*<", 3);
206 i=BIO_write(b->next_bio,
214 BIO_write(b->next_bio, ">*>", 3);
220 BIO_write(b->next_bio, ">*>", 3);
233 BIO_write(b->next_bio, "<*<", 3);
235 i=BIO_write(b->next_bio,in,p - in);
240 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c135 if (b->next_bio == NULL) return(0);
152 ret=BIO_read(b->next_bio,out,outl);
167 if (b->next_bio == NULL) return(0);
194 ret=BIO_write(b->next_bio,in,inl);
208 if (b->next_bio == NULL) return(0);
213 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
220 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
230 if (b->next_bio == NULL) return(0);
234 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
242 if (bp->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
H A Dbf_null.c120 if (b->next_bio == NULL)
122 ret = BIO_read(b->next_bio, out, outl);
134 if (b->next_bio == NULL)
136 ret = BIO_write(b->next_bio, in, inl);
146 if (b->next_bio == NULL)
151 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
158 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
167 if (b->next_bio == NULL)
171 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
179 if (bp->next_bio
[all...]
H A Dbf_lbuf.c146 if (b->next_bio == NULL)
148 ret = BIO_read(b->next_bio, out, outl);
162 if ((ctx == NULL) || (b->next_bio == NULL))
202 BIO_write(b->next_bio, "<*<", 3);
204 i = BIO_write(b->next_bio, ctx->obuf, ctx->obuf_len);
210 BIO_write(b->next_bio, ">*>", 3);
218 BIO_write(b->next_bio, ">*>", 3);
231 BIO_write(b->next_bio, "<*<", 3);
233 i = BIO_write(b->next_bio, in, p - in);
237 BIO_write(b->next_bio, ">*>",
[all...]
H A Dbf_nbio.c137 if (b->next_bio == NULL)
155 ret = BIO_read(b->next_bio, out, outl);
171 if (b->next_bio == NULL)
196 ret = BIO_write(b->next_bio, in, inl);
209 if (b->next_bio == NULL)
214 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
221 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 if (b->next_bio == NULL)
235 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
243 if (bp->next_bio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Dbio_md.c126 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
128 ret=BIO_read(b->next_bio,out,outl);
150 if ((ctx != NULL) && (b->next_bio != NULL))
151 ret=BIO_write(b->next_bio,in,inl);
160 if(b->next_bio != NULL)
186 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
210 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
227 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
237 if (b->next_bio == NULL) return(0);
241 ret=BIO_callback_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A Dbio_md.c131 if ((ctx == NULL) || (b->next_bio == NULL))
134 ret = BIO_read(b->next_bio, out, outl);
156 if ((ctx != NULL) && (b->next_bio != NULL))
157 ret = BIO_write(b->next_bio, in, inl);
167 if (b->next_bio != NULL) {
191 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
213 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
241 if (b->next_bio == NULL)
245 ret = BIO_callback_ctrl(b->next_bio, cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Dbio_md.c126 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
128 ret=BIO_read(b->next_bio,out,outl);
150 if ((ctx != NULL) && (b->next_bio != NULL))
151 ret=BIO_write(b->next_bio,in,inl);
160 if(b->next_bio != NULL)
186 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
210 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
227 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
237 if (b->next_bio == NULL) return(0);
241 ret=BIO_callback_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Dbio_md.c131 if ((ctx == NULL) || (b->next_bio == NULL))
134 ret = BIO_read(b->next_bio, out, outl);
156 if ((ctx != NULL) && (b->next_bio != NULL))
157 ret = BIO_write(b->next_bio, in, inl);
167 if (b->next_bio != NULL) {
191 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
213 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
241 if (b->next_bio == NULL)
245 ret = BIO_callback_ctrl(b->next_bio, cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A Dbio_md.c126 if ((ctx == NULL) || (b->next_bio == NULL)) return(0);
128 ret=BIO_read(b->next_bio,out,outl);
150 if ((ctx != NULL) && (b->next_bio != NULL))
151 ret=BIO_write(b->next_bio,in,inl);
160 if(b->next_bio != NULL)
186 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
210 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
227 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
237 if (b->next_bio == NULL) return(0);
241 ret=BIO_callback_ctrl(b->next_bio,cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Dbio_md.c131 if ((ctx == NULL) || (b->next_bio == NULL))
134 ret = BIO_read(b->next_bio, out, outl);
156 if ((ctx != NULL) && (b->next_bio != NULL))
157 ret = BIO_write(b->next_bio, in, inl);
167 if (b->next_bio != NULL) {
191 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
213 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
231 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
241 if (b->next_bio == NULL)
245 ret = BIO_callback_ctrl(b->next_bio, cm
[all...]

Completed in 178 milliseconds

12345