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

123

/opensolaris-onvv-gate/usr/src/common/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);
H A Dv3_ocsp.c158 if (!BIO_write(bp, "\n", 1)) goto err;
164 if (!BIO_write(bp, "\n", 1)) goto err;
170 if (!BIO_write(bp, "\n", 1)) goto err;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dasn1_par.c81 if (BIO_write(bp,p,6) < 6) goto err;
145 if (BIO_write(bp,"Error in encoding\n",18) <= 0)
173 if (BIO_write(bp,"\n",1) <= 0) goto end;
204 if (BIO_write(bp,"\n",1) <= 0) goto end;
216 if (BIO_write(bp,":",1) <= 0) goto end;
218 BIO_write(bp,(const char *)p,(int)len)
227 if (BIO_write(bp,":",1) <= 0) goto end;
232 if (BIO_write(bp,":BAD OBJECT",11) <= 0)
244 if (BIO_write(bp,"Bad boolean\n",12))
279 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;
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(b
[all...]
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)
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;
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 Da_i2d_fp.c103 i=BIO_write(out,&(b[j]),n);
151 i=BIO_write(out,&(b[j]),n);
H A Dt_spki.c126 if ((i%18) == 0) BIO_write(out,"\n ",7);
130 BIO_write(out,"\n",1);
H A Dt_x509a.c107 BIO_write(out,"\n",1);
H A Da_object.c185 return(BIO_write(bp,"NULL",4));
188 BIO_write(bp,buf,i);
/opensolaris-onvv-gate/usr/src/common/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,
H A Dbf_null.c129 ret=BIO_write(b->next_bio,in,inl);
H A Dbio_cb.c133 BIO_write(b,buf,strlen(buf));
/opensolaris-onvv-gate/usr/src/common/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;
269 if (!BIO_write(bp,"\n",1)) goto err;
274 if (!BIO_write(bp,"\n",1)) goto err;
H A Docsp_ht.c105 BIO_write(mem, tmpbuf, len);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/err/
H A Derr_prn.c104 return BIO_write((BIO *)bp, str, len);
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Ds23_pkt.c77 i=BIO_write(s->wbio,&(buf[tot]),num);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_lib.c549 if ( (BIO_write(bp,"-----BEGIN ",11) != 11) ||
550 (BIO_write(bp,name,nlen) != nlen) ||
551 (BIO_write(bp,"-----\n",6) != 6))
557 if ( (BIO_write(bp,header,i) != i) ||
558 (BIO_write(bp,"\n",1) != 1))
574 if ((outl) && (BIO_write(bp,(char *)buf,outl) != outl))
581 if ((outl > 0) && (BIO_write(bp,(char *)buf,outl) != outl)) goto err;
584 if ( (BIO_write(bp,"-----END ",9) != 9) ||
585 (BIO_write(bp,name,nlen) != nlen) ||
586 (BIO_write(b
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dsign.c139 BIO_write(p7bio,buf,i);
H A Dpk7_mime.c388 BIO_write(out, linebuf, len);
396 BIO_write(out, linebuf, len);
397 if(eol) BIO_write(out, "\r\n", 2);
427 BIO_write(out, iobuf, len);
467 BIO_write(bpart, "\r\n", 2);
470 BIO_write(bpart, linebuf, len);
H A Denc.c158 BIO_write(p7bio,buf,i);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_print.c318 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)
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Denc.c485 && (BIO_write(wbio,magic,
487 || BIO_write(wbio,
610 if (BIO_write(wbio,(char *)buff,inl) != inl)

Completed in 140 milliseconds

123