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

  /external/openssl/crypto/bio/
bss_file.c 119 BIO *BIO_new_file(const char *filename, const char *mode)
bio.h 568 # define BIO_new_file BIO_new_file_internal
572 BIO *BIO_new_file(const char *filename, const char *mode);
575 # define BIO_new_file_internal BIO_new_file
  /external/openssl/include/openssl/
bio.h 568 # define BIO_new_file BIO_new_file_internal
572 BIO *BIO_new_file(const char *filename, const char *mode);
575 # define BIO_new_file_internal BIO_new_file

Completed in 135 milliseconds