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

  /external/openssl/crypto/bio/
bss_bio.c 805 r = BIO_set_write_buf_size(bio1, writebuf1);
811 r = BIO_set_write_buf_size(bio2, writebuf2);
bio.h 585 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 585 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
    [all...]

Completed in 215 milliseconds