Home
last modified time | relevance | path

Searched refs:BIO_FP_READ (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_file.c241 if (num & BIO_FP_READ) in file_ctrl()
244 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) in file_ctrl()
248 else if (num & BIO_FP_READ) in file_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h176 #define BIO_FP_READ 0x02 macro
442 BIO_CLOSE|BIO_FP_READ,(char *)name)
448 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)