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

  /external/openssl/crypto/bio/
bio.h 521 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
  /external/openssl/include/openssl/
bio.h 521 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)

Completed in 562 milliseconds