OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_FLAGS_KTLS_RX
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
bio.h
51
*
BIO_FLAGS_KTLS_RX
means we are using ktls with this BIO for receiving.
56
#define
BIO_FLAGS_KTLS_RX
0x2000
62
BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX :
BIO_FLAGS_KTLS_RX
)
64
BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX :
BIO_FLAGS_KTLS_RX
)
/src/crypto/external/bsd/openssl/dist/include/internal/
bio.h
49
*
BIO_FLAGS_KTLS_RX
means we are using ktls with this BIO for receiving.
52
# define
BIO_FLAGS_KTLS_RX
0x2000
57
BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX :
BIO_FLAGS_KTLS_RX
)
59
BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX :
BIO_FLAGS_KTLS_RX
)
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026