/external/openssl/crypto/asn1/ |
asn1_par.c | 81 if (BIO_write(bp,p,6) < 6) goto err; 148 if (BIO_write(bp,"Error in encoding\n",18) <= 0) 176 if (BIO_write(bp,"\n",1) <= 0) goto end; 207 if (BIO_write(bp,"\n",1) <= 0) goto end; 221 if (BIO_write(bp,":",1) <= 0) goto end; 223 BIO_write(bp,(const char *)p,(int)len) 232 if (BIO_write(bp,":",1) <= 0) goto end; 237 if (BIO_write(bp,":BAD OBJECT",11) <= 0) 249 if (BIO_write(bp,"Bad boolean\n",12) <= 0) 284 if (BIO_write(bp,":",1) <= 0 [all...] |
t_x509.c | 127 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; 183 if (BIO_write(bp,"\n",1) <= 0) goto err; 187 if (BIO_write(bp," Validity\n",17) <= 0) goto err; 188 if (BIO_write(bp," Not Before: ",24) <= 0) goto err; 190 if (BIO_write(bp,"\n Not After : ",25) <= 0) goto err; 192 if (BIO_write(bp,"\n",1) <= 0) goto err; 198 if (BIO_write(bp,"\n",1) <= 0) goto err; 202 if (BIO_write(bp," Subject Public Key Info:\n",33) <= 0 [all...] |
t_req.c | 115 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) 228 if (BIO_write(bp," ",1) != 1) goto err; 234 if (BIO_write(bp,(char *)bs->data,bs->length) 270 if (BIO_write(bp,"\n",1) <= 0) goto err;
|
f_int.c | 74 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;
|
f_enum.c | 76 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;
|
f_string.c | 74 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;
|
a_i2d_fp.c | 103 i=BIO_write(out,&(b[j]),n); 151 i=BIO_write(out,&(b[j]),n);
|
t_spki.c | 126 if ((i%18) == 0) BIO_write(out,"\n ",7); 130 BIO_write(out,"\n",1);
|
asn_mime.c | 161 BIO_write(out, ",", 1); 481 BIO_write(out, linebuf, len); 491 BIO_write(out, linebuf, len); 492 if(eol) BIO_write(out, "\r\n", 2); 526 BIO_write(out, iobuf, len); 568 BIO_write(bpart, "\r\n", 2); 571 BIO_write(bpart, linebuf, len);
|
a_object.c | 241 return(BIO_write(bp,"NULL",4)); 251 return BIO_write(bp, "<INVALID>", 9); 252 BIO_write(bp,p,i);
|
t_pkey.c | 616 if (BIO_write(bp,"\n",1) <= 0) return(0); 635 if (BIO_write(fp, str, off) <= 0) 648 if (BIO_write(fp, str, off+1+4) <= 0) 654 if (BIO_write(fp,"\n",1) <= 0)
|
t_x509a.c | 107 BIO_write(out,"\n",1);
|
/external/openssl/crypto/bio/ |
bf_lbuf.c | 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, ">*>", 3); 246 BIO_write(b->next_bio, ">*>", 3); 336 r=BIO_write(b->next_bio,
|
bf_buff.c | 231 i=BIO_write(b->next_bio,&(ctx->obuf[ctx->obuf_off]), 252 i=BIO_write(b->next_bio,in,inl); 404 r=BIO_write(b->next_bio,
|
bf_null.c | 129 ret=BIO_write(b->next_bio,in,inl);
|
bio_cb.c | 133 BIO_write(b,buf,strlen(buf));
|
bio_err.c | 94 {ERR_FUNC(BIO_F_BIO_WRITE), "BIO_write"},
|
/external/openssl/crypto/x509v3/ |
v3_pku.c | 89 BIO_write(out, "Not Before: ", 12); 91 if(usage->notAfter) BIO_write(out, ", ", 2); 94 BIO_write(out, "Not After: ", 11);
|
v3_ocsp.c | 158 if (BIO_write(bp, "\n", 1) <= 0) goto err; 164 if (BIO_write(bp, "\n", 1) <= 0) goto err; 170 if (BIO_write(bp, "\n", 1) <= 0) goto err;
|
/external/openssl/crypto/ocsp/ |
ocsp_prn.c | 144 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; 269 if (BIO_write(bp,"\n",1) <= 0) goto err; 274 if (BIO_write(bp,"\n",1) <= 0) goto err;
|
ocsp_ht.c | 255 if (BIO_write(rctx->mem, rctx->iobuf, n) != n) 265 i = BIO_write(rctx->io,
|
/external/openssl/crypto/pem/ |
pem_lib.c | 552 if ( (BIO_write(bp,"-----BEGIN ",11) != 11) || 553 (BIO_write(bp,name,nlen) != nlen) || 554 (BIO_write(bp,"-----\n",6) != 6)) 560 if ( (BIO_write(bp,header,i) != i) || 561 (BIO_write(bp,"\n",1) != 1)) 577 if ((outl) && (BIO_write(bp,(char *)buf,outl) != outl)) 584 if ((outl > 0) && (BIO_write(bp,(char *)buf,outl) != outl)) goto err; 588 if ( (BIO_write(bp,"-----END ",9) != 9) || 589 (BIO_write(bp,name,nlen) != nlen) || 590 (BIO_write(bp,"-----\n",6) != 6) [all...] |
/external/openssl/crypto/bn/ |
bn_print.c | 318 if ((a->neg) && (BIO_write(bp,"-",1) != 1)) goto end; 319 if (BN_is_zero(a) && (BIO_write(bp,"0",1) != 1)) goto end; 328 if (BIO_write(bp,&(Hex[v]),1) != 1)
|
/external/openssl/crypto/err/ |
err_bio.c | 68 return BIO_write((BIO *)bp, str, len);
|
/external/openssl/crypto/pkcs7/ |
pk7_smime.c | 292 if (tmpout) BIO_write(tmpout, buf, i); 495 BIO_write(data, buf, i);
|