OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_is_tls
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tls_api.c
132
if (!
SSL_is_tls
(s)) {
192
if (!
SSL_is_tls
(s)) {
/src/crypto/external/apache2/openssl/dist/test/
quicapitest.c
392
* Test that SSL_version, SSL_get_version, SSL_is_quic,
SSL_is_tls
and
416
|| !TEST_false(
SSL_is_tls
(clientquic))
sslapitest.c
12199
* Test that SSL_version, SSL_get_version, SSL_is_quic,
SSL_is_tls
and
12293
|| !TEST_false(
SSL_is_tls
(serverssl))
12294
|| !TEST_false(
SSL_is_tls
(clientssl))
12299
if (!TEST_true(
SSL_is_tls
(serverssl))
12300
|| !TEST_true(
SSL_is_tls
(clientssl))
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
1830
int
SSL_is_tls
(const SSL *s);
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
992
int
SSL_is_tls
(const SSL *s)
Completed in 75 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026