Home
last modified time | relevance | path

Searched refs:BIO_TYPE_FILE (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_file.c43 BIO_TYPE_FILE,
406 BIO_TYPE_FILE,
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h46 # define BIO_TYPE_FILE ( 2|BIO_TYPE_SOURCE_SINK) macro
H A Dbio.h.in47 # define BIO_TYPE_FILE ( 2|BIO_TYPE_SOURCE_SINK) macro
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c307 if (BIO_method_type(req) == BIO_TYPE_FILE) { in set1_content()