Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bio/
H A Dbss_file.c244 if (num & BIO_FP_READ) in file_ctrl()
247 } else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE)) in file_ctrl()
251 else if (num & BIO_FP_READ) in file_ctrl()
H A Dbio.h176 #define BIO_FP_READ 0x02 macro
433 BIO_CLOSE|BIO_FP_READ,(char *)name)
439 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)