Symbol: BIO_TYPE_FILTER
crypto/openssl/include/openssl/bio.h
53
#define BIO_TYPE_SSL (7 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
54
#define BIO_TYPE_MD (8 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
55
#define BIO_TYPE_BUFFER (9 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
56
#define BIO_TYPE_CIPHER (10 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
57
#define BIO_TYPE_BASE64 (11 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
61
#define BIO_TYPE_NBIO_TEST (16 | BIO_TYPE_FILTER) /* server proxy BIO */
crypto/openssl/include/openssl/bio.h
62
#define BIO_TYPE_NULL_FILTER (17 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
64
#define BIO_TYPE_LINEBUFFER (20 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
66
#define BIO_TYPE_ASN1 (22 | BIO_TYPE_FILTER)
crypto/openssl/include/openssl/bio.h
67
#define BIO_TYPE_COMP (23 | BIO_TYPE_FILTER)
crypto/openssl/test/asynciotest.c
36
#define BIO_TYPE_ASYNC_FILTER (0x80 | BIO_TYPE_FILTER)
crypto/openssl/test/bio_meth_test.c
25
|| !TEST_ptr(meth3 = BIO_meth_new(BIO_TYPE_NONE | BIO_TYPE_FILTER, "Method3"))
crypto/openssl/test/bio_meth_test.c
53
if (!TEST_ptr_eq(BIO_find_type(bio3, BIO_TYPE_FILTER), bio3))
crypto/openssl/test/helpers/noisydgrambio.c
519
#define BIO_TYPE_NOISY_DGRAM_FILTER (0x80 | BIO_TYPE_FILTER)
crypto/openssl/test/helpers/pktsplitbio.c
116
#define BIO_TYPE_PKT_SPLIT_DGRAM_FILTER (0x81 | BIO_TYPE_FILTER)
crypto/openssl/test/helpers/quictestlib.c
1160
#define BIO_TYPE_CIPHER_PACKET_FILTER (0x80 | BIO_TYPE_FILTER)
crypto/openssl/test/helpers/ssltestlib.c
42
#define BIO_TYPE_TLS_DUMP_FILTER (0x80 | BIO_TYPE_FILTER)
crypto/openssl/test/helpers/ssltestlib.c
45
#define BIO_TYPE_MAYBE_RETRY (0x83 | BIO_TYPE_FILTER)
crypto/openssl/test/sslcorrupttest.c
103
#define BIO_TYPE_CUSTOM_FILTER (0x80 | BIO_TYPE_FILTER)
crypto/openssl/test/tls13ccstest.c
36
#define BIO_TYPE_WATCHCCS_FILTER (0x80 | BIO_TYPE_FILTER)