Searched refs:BIO_write (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pku.c90 BIO_write(out, "Not Before: ", 12);
92 if(usage->notAfter) BIO_write(out, ", ", 2);
95 BIO_write(out, "Not After: ", 11);
/external/openssl/crypto/x509v3/
H A Dv3_pku.c89 BIO_write(out, "Not Before: ", 12);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
94 BIO_write(out, "Not After: ", 11);
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dasn1_par.c79 if (BIO_write(bp,p,6) < 6) goto err;
140 if (BIO_write(bp,"Error in encoding\n",18) <= 0)
168 if (BIO_write(bp,"\n",1) <= 0) goto end;
199 if (BIO_write(bp,"\n",1) <= 0) goto end;
213 if (BIO_write(bp,":",1) <= 0) goto end;
215 BIO_write(bp,(const char *)p,(int)len)
224 if (BIO_write(bp,":",1) <= 0) goto end;
229 if (BIO_write(bp,":BAD OBJECT",11) <= 0)
241 if (BIO_write(bp,"Bad boolean\n",12) <= 0)
276 if (BIO_write(b
[all...]
H A Df_string.c74 if (BIO_write(bp,"0",1) != 1) goto err;
83 if (BIO_write(bp,"\\\n",2) != 2) goto err;
88 if (BIO_write(bp,buf,2) != 2) goto err;
H A Df_int.c73 if (BIO_write(bp, "-", 1) != 1) goto err;
79 if (BIO_write(bp,"00",2) != 2) goto err;
88 if (BIO_write(bp,"\\\n",2) != 2) goto err;
93 if (BIO_write(bp,buf,2) != 2) goto err;
H A Dt_pkey.c109 if (BIO_write(bp,"\n",1) <= 0) return(0);
H A Da_i2d_fp.c98 i=BIO_write(out,&(b[j]),n);
142 i=BIO_write(out,&(b[j]),n);
H A Df_enum.c74 if (BIO_write(bp,"00",2) != 2) goto err;
83 if (BIO_write(bp,"\\\n",2) != 2) goto err;
88 if (BIO_write(bp,buf,2) != 2) goto err;
/external/openssl/crypto/asn1/
H A Dasn1_par.c80 if (BIO_write(bp,p,6) < 6) goto err;
141 if (BIO_write(bp,"Error in encoding\n",18) <= 0)
169 if (BIO_write(bp,"\n",1) <= 0) goto end;
200 if (BIO_write(bp,"\n",1) <= 0) goto end;
214 if (BIO_write(bp,":",1) <= 0) goto end;
216 BIO_write(bp,(const char *)p,(int)len)
225 if (BIO_write(bp,":",1) <= 0) goto end;
230 if (BIO_write(bp,":BAD OBJECT",11) <= 0)
242 if (BIO_write(bp,"Bad boolean\n",12) <= 0)
277 if (BIO_write(b
[all...]
H A Dt_x509.c127 if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
128 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
138 if (BIO_write(bp," Serial Number:",22) <= 0) goto err;
187 if (BIO_write(bp,"\n",1) <= 0) goto err;
191 if (BIO_write(bp," Validity\n",17) <= 0) goto err;
192 if (BIO_write(bp," Not Before: ",24) <= 0) goto err;
194 if (BIO_write(bp,"\n Not After : ",25) <= 0) goto err;
196 if (BIO_write(bp,"\n",1) <= 0) goto err;
202 if (BIO_write(bp,"\n",1) <= 0) goto err;
206 if (BIO_write(b
[all...]
H A Dt_spki.c101 if ((i%18) == 0) BIO_write(out,"\n ",7);
105 BIO_write(out,"\n",1);
H A Dt_req.c115 if (BIO_write(bp,"Certificate Request:\n",21) <= 0) goto err;
116 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
132 if (BIO_write(bp,"\n",1) <= 0) goto err;
136 if (BIO_write(bp," Subject Public Key Info:\n",33) <= 0)
204 if (BIO_write(bp," ",1) != 1) goto err;
210 if (BIO_write(bp,(char *)bs->data,bs->length)
246 if (BIO_write(bp,"\n",1) <= 0) goto err;
H A Df_enum.c76 if (BIO_write(bp,"00",2) != 2) goto err;
85 if (BIO_write(bp,"\\\n",2) != 2) goto err;
90 if (BIO_write(bp,buf,2) != 2) goto err;
H A Df_string.c74 if (BIO_write(bp,"0",1) != 1) goto err;
83 if (BIO_write(bp,"\\\n",2) != 2) goto err;
88 if (BIO_write(bp,buf,2) != 2) goto err;
H A Df_int.c74 if (BIO_write(bp, "-", 1) != 1) goto err;
80 if (BIO_write(bp,"00",2) != 2) goto err;
89 if (BIO_write(bp,"\\\n",2) != 2) goto err;
94 if (BIO_write(bp,buf,2) != 2) goto err;
H A Dt_pkey.c111 if (BIO_write(bp,"\n",1) <= 0) return(0);
H A Da_i2d_fp.c103 i=BIO_write(out,&(b[j]),n);
151 i=BIO_write(out,&(b[j]),n);
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dhexdump.c106 if (BIO_write(ctx->bio, buf, 10) < 0) {
126 if (BIO_write(ctx->bio, buf, l) < 0) {
135 if (BIO_write(ctx->bio, ctx->right_chars, sizeof(ctx->right_chars)) < 0) {
166 if (BIO_write(ctx->bio, buf, l) < 0) {
173 if (BIO_write(ctx->bio, ctx->right_chars, n_bytes + 2) < 0) {
H A Dprintf.c98 ret = BIO_write(bio, out, out_len);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dt_x509.c119 if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
120 if (BIO_write(bp," Data:\n",10) <= 0) goto err;
130 if (BIO_write(bp," Serial Number:",22) <= 0) goto err;
179 if (BIO_write(bp,"\n",1) <= 0) goto err;
183 if (BIO_write(bp," Validity\n",17) <= 0) goto err;
184 if (BIO_write(bp," Not Before: ",24) <= 0) goto err;
186 if (BIO_write(bp,"\n Not After : ",25) <= 0) goto err;
188 if (BIO_write(bp,"\n",1) <= 0) goto err;
194 if (BIO_write(bp,"\n",1) <= 0) goto err;
198 if (BIO_write(b
[all...]
H A Dx509.c138 if (BIO_write(bp, "\n", 1) <= 0 ||
147 if (BIO_write(bp, "\n", 1) != 1) {
/external/chromium_org/crypto/
H A Dopenssl_bio_string_unittest.cc31 BIO_write(bio.get(), expected2.data(), expected2.size()));
50 BIO_write(bio.get(), expected1.data(), expected1.size()));
57 BIO_write(bio.get(), expected2.data(), expected2.size()));
/external/openssl/crypto/bio/
H A Dbf_lbuf.c204 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, ">*>", 3);
246 BIO_write(b->next_bio, ">*>", 3);
336 r=BIO_write(b->next_bio,
/external/openssl/crypto/ocsp/
H A Docsp_prn.c144 if (BIO_write(bp,"OCSP Request Data:\n",19) <= 0) goto err;
149 if (BIO_write(bp,"\n Requestor Name: ",21) <= 0)
153 if (BIO_write(bp,"\n Requestor List:\n",21) <= 0) goto err;
267 if (BIO_write(bp,"\n",1) <= 0) goto err;
272 if (BIO_write(bp,"\n",1) <= 0) goto err;
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dpacketed_bio.cc38 int ret = BIO_write(bio->next_bio, len_bytes, sizeof(len_bytes));
45 ret = BIO_write(bio->next_bio, in, inl);

Completed in 9580 milliseconds

12345