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

123

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdh/
H A Decdhtest.c361 BIO_write((BIO *)arg,&c,1);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/txt_db/
H A Dtxt_db.c291 if (BIO_write(out,buf->data,(int)j) != j)
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c1015 r = BIO_write(c_ssl_bio, cbuf, i);
1024 * The library expects us to call BIO_write with
1101 r = BIO_write(s_ssl_bio, sbuf, i);
1160 * and the standard BIO_write/BIO_read interface for io2
1190 r = BIO_write(io2, dataptr, (int)num);
1193 fprintf(stderr, "ERROR: BIO_write could not write "
1410 i=BIO_write(c_bio,cbuf,j);
1541 i=BIO_write(s_bio,sbuf,j);
H A Dbio_ssl.c510 ret=BIO_write(bp,str,n);
H A Ds2_pkt.c489 i=BIO_write(s->wbio,
H A Ds3_pkt.c745 i=BIO_write(s->wbio,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_strex.c95 if(BIO_write(arg, buf, len) != len) return 0;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_lib.c176 int BIO_write(BIO *b, const void *in, int inl) function
H A Dbio.h574 int BIO_write(BIO *b, const void *data, int len);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_ok.c303 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Ddstream.c766 if (BIO_write(bio, readbuf, amtread) != amtread) {
799 if (BIO_write(bio, ds_header_raw, ds_headsize) != ds_headsize) {
H A Dpkgtrans.c1874 BIO_write(bio, (hdr->text_buffer + block_cnt), BLK_SIZE);
1943 if (BIO_write(bio, buf, BLK_SIZE) != BLK_SIZE) {
H A Dpkgweb.c1338 if (BIO_write(mem, ocspbuf, len) != len) {
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_doit.c536 BIO_write(bio,(char *)data_body->data,data_body->length);
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dreq.c1652 BIO_write(cb->arg,&c,1);
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1575 retval = BIO_write(in, enc_data, enc_data_len);
1577 pkiDebug("BIO_write only wrote %d\n", retval);
1583 retval = BIO_write(in, signed_data, signed_data_len);
1585 pkiDebug("BIO_write only wrote %d\n", retval);
6396 BIO_write(data, buf, i);
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2192 if (BIO_write(mem, "\n", 1) <= 0) {
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp612 nwritten = BIO_write(soap->bio, s, (int)n);

Completed in 232 milliseconds

123