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

  /external/openssl/crypto/bio/
bss_file.c 184 BIO_set_fp(ret,file,BIO_CLOSE);
304 b->shutdown=(int)num&BIO_CLOSE;
364 b->shutdown=(int)num&BIO_CLOSE;
bio.h 116 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
119 #define BIO_CLOSE 0x01
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
528 BIO_CLOSE|BIO_FP_WRITE,name)
530 BIO_CLOSE|BIO_FP_APPEND,name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
    [all...]
bss_acpt.c 253 bio=BIO_new_socket(i,BIO_CLOSE);
  /external/openssl/include/openssl/
bio.h 116 /* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
119 #define BIO_CLOSE 0x01
525 BIO_CLOSE|BIO_FP_READ,(char *)name)
528 BIO_CLOSE|BIO_FP_WRITE,name)
530 BIO_CLOSE|BIO_FP_APPEND,name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
    [all...]
  /external/openssl/ssl/
bio_ssl.c 574 BIO_set_ssl(ret,ssl,BIO_CLOSE);
s3_enc.c 560 (void)BIO_set_close(s->s3->handshake_buffer,BIO_CLOSE);
  /external/openssl/crypto/threads/
mttest.c 461 BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
465 BIO_set_ssl(s_bio,s_ssl,(ctx[3] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
  /external/openssl/apps/
s_server.c     [all...]

Completed in 153 milliseconds