HomeSort by relevance Sort by last modified time
    Searched refs:dbio (Results 1 - 9 of 9) sorted by null

  /external/openssl/ssl/
bio_ssl.c 300 BIO *dbio,*bio; local
441 dbio=(BIO *)ptr;
442 if (((BIO_SSL *)dbio->ptr)->ssl != NULL)
443 SSL_free(((BIO_SSL *)dbio->ptr)->ssl);
444 ((BIO_SSL *)dbio->ptr)->ssl=SSL_dup(ssl);
445 ((BIO_SSL *)dbio->ptr)->renegotiate_count=
447 ((BIO_SSL *)dbio->ptr)->byte_count=
449 ((BIO_SSL *)dbio->ptr)->renegotiate_timeout=
451 ((BIO_SSL *)dbio->ptr)->last_time=
453 ret=(((BIO_SSL *)dbio->ptr)->ssl != NULL)
    [all...]
  /external/openssl/crypto/evp/
bio_md.c 174 BIO *dbio; local
221 dbio=ptr;
222 dctx=dbio->ptr;
bio_enc.c 288 BIO *dbio; local
362 dbio=(BIO *)ptr;
363 dctx=(BIO_ENC_CTX *)dbio->ptr;
367 dbio->init=1;
  /external/openssl/crypto/bio/
bss_acpt.c 202 BIO *bio=NULL,*dbio; local
272 if ((dbio=BIO_dup_chain(c->bio_chain)) == NULL)
274 if (!BIO_push(dbio,bio)) goto err;
275 bio=dbio;
343 BIO *dbio; local
440 dbio=(BIO *)ptr;
442 BIO_set_port(dbio,data->param_port);
444 BIO_set_hostname(dbio,data->param_hostname);
445 BIO_set_nbio(dbio,data->nbio); */
bss_conn.c 454 BIO *dbio; local
571 dbio=(BIO *)ptr;
573 BIO_set_conn_port(dbio,data->param_port);
575 BIO_set_conn_hostname(dbio,data->param_hostname);
576 BIO_set_nbio(dbio,data->nbio);
578 (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback);
bf_lbuf.c 268 BIO *dbio; local
358 dbio=(BIO *)ptr;
359 if ( !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
bf_buff.c 272 BIO *dbio; local
425 dbio=(BIO *)ptr;
426 if ( !BIO_set_read_buffer_size(dbio,ctx->ibuf_size) ||
427 !BIO_set_write_buffer_size(dbio,ctx->obuf_size))
  /external/openssl/crypto/pkcs7/
bio_ber.c 330 BIO *dbio; local
402 dbio=(BIO *)ptr;
403 dctx=(BIO_ENC_CTX *)dbio->ptr;
405 dbio->init=1;
  /external/kernel-headers/original/linux/
bio.h 274 extern void bio_pair_release(struct bio_pair *dbio);

Completed in 308 milliseconds