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

  /external/openssl/crypto/bio/
bss_file.c 361 if (num & BIO_FP_READ)
365 else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
369 else if (num & BIO_FP_READ)
bio.h 167 #define BIO_FP_READ 0x02
461 BIO_CLOSE|BIO_FP_READ,(char *)name)
468 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
  /external/openssl/include/openssl/
bio.h 167 #define BIO_FP_READ 0x02
461 BIO_CLOSE|BIO_FP_READ,(char *)name)
468 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)

Completed in 24 milliseconds