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

  /external/openssl/crypto/bio/
bio.h 106 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
446 #define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)
  /external/openssl/include/openssl/
bio.h 106 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
446 #define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)

Completed in 52 milliseconds