Home
last modified time | relevance | path

Searched refs:BIO_TYPE_SSL (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c37 BIO_TYPE_SSL,
482 t = BIO_find_type(t, BIO_TYPE_SSL); in BIO_ssl_copy_session_id()
483 f = BIO_find_type(f, BIO_TYPE_SSL); in BIO_ssl_copy_session_id()
500 if (BIO_method_type(b) != BIO_TYPE_SSL) in BIO_ssl_shutdown()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h51 # define BIO_TYPE_SSL ( 7|BIO_TYPE_FILTER) macro
H A Dbio.h.in52 # define BIO_TYPE_SSL ( 7|BIO_TYPE_FILTER) macro