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_clear
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/apps/
s_time.c
457
if (!
SSL_clear
(serverCon)) {
s_server.c
2587
if (!
SSL_clear
(con)) {
/src/crypto/external/apache2/openssl/dist/ssl/
bio_ssl.c
243
/* TODO(QUIC FUTURE): Add support when
SSL_clear
() is supported */
254
if (!
SSL_clear
(ssl)) {
d1_lib.c
104
if (!ssl->method->
ssl_clear
(ssl))
440
if (!
SSL_clear
(ssl))
ssl_lib.c
567
int
SSL_clear
(SSL *s)
648
if (!s->method->
ssl_clear
(s))
7312
if (!
SSL_clear
(s))
/src/crypto/external/bsd/openssl/dist/ssl/
bio_ssl.c
245
if (!
SSL_clear
(ssl)) {
d1_lib.c
102
if (!s->method->
ssl_clear
(s))
476
if (!
SSL_clear
(s))
ssl_lib.c
584
int
SSL_clear
(SSL *s)
653
if (!s->method->
ssl_clear
(s))
841
if (!
SSL_clear
(s))
5862
if (!
SSL_clear
(s))
/src/crypto/external/bsd/openssl.old/dist/ssl/
bio_ssl.c
245
if (!
SSL_clear
(ssl)) {
d1_lib.c
102
if (!s->method->
ssl_clear
(s))
465
if (!
SSL_clear
(s))
ssl_lib.c
577
int
SSL_clear
(SSL *s)
646
if (!s->method->
ssl_clear
(s))
833
if (!
SSL_clear
(s))
5609
if (!
SSL_clear
(s))
/src/crypto/external/apache2/openssl/dist/ssl/statem/
statem.c
378
* If we are stateless then we already called
SSL_clear
() - don't do
381
if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0 && !
SSL_clear
(ssl))
/src/crypto/external/bsd/openssl/dist/ssl/statem/
statem.c
334
* If we are stateless then we already called
SSL_clear
() - don't do
337
if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0 && !
SSL_clear
(s))
/src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem.c
319
* If we are stateless then we already called
SSL_clear
() - don't do
322
if ((s->s3->flags & TLS1_FLAGS_STATELESS) == 0 && !
SSL_clear
(s))
/src/external/bsd/libevent/dist/
bufferevent_openssl.c
1277
if (!
SSL_clear
(bev_ssl->ssl))
1284
if (!
SSL_clear
(bev_ssl->ssl))
/src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_openssl.c
1276
if (!
SSL_clear
(bev_ssl->ssl))
1283
if (!
SSL_clear
(bev_ssl->ssl))
/src/crypto/external/apache2/openssl/dist/test/
quicapitest.c
825
if (!TEST_false(
SSL_clear
(ssl)))
sslapitest.c
1012
* Calling
SSL_clear
() first is not required but this tests that
SSL_clear
()
1015
if (!TEST_true(
SSL_clear
(serverssl)))
7248
* Test clearing a connection via
SSL_clear
(), or resetting it via
7254
* Test 4:
SSL_clear
(client), TLSv1.3
7255
* Test 5:
SSL_clear
(client), TLSv1.2
7256
* Test 6:
SSL_clear
(server), TLSv1.3
7257
* Test 7:
SSL_clear
(server), TLSv1.2
7321
if (!TEST_true(
SSL_clear
(serverssl)))
7330
if (!TEST_true(
SSL_clear
(clientssl))
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
2379
if (!
SSL_clear
(con)) {
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
2311
if (!
SSL_clear
(con)) {
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
1522
__owur int
SSL_clear
(SSL *s);
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
1587
__owur int
SSL_clear
(SSL *s);
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
1542
__owur int
SSL_clear
(SSL *s);
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
752
* Calling
SSL_clear
() first is not required but this tests that
SSL_clear
()
755
if (!TEST_true(
SSL_clear
(serverssl)))
5033
if (!TEST_true(
SSL_clear
(clientssl)))
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
1839
return
SSL_clear
(conn->ssl) == 1 ? 0 : -1;
Completed in 87 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026