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

  /external/openssl/crypto/bio/
bss_file.c 365 else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
367 else if (num & BIO_FP_WRITE)
bio.h 168 #define BIO_FP_WRITE 0x04
464 BIO_CLOSE|BIO_FP_WRITE,name)
468 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
  /external/openssl/include/openssl/
bio.h 168 #define BIO_FP_WRITE 0x04
464 BIO_CLOSE|BIO_FP_WRITE,name)
468 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 17 milliseconds