OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_shutdown
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
2250
int
SSL_shutdown
(SSL *s)
2271
args.f.func_other = s->method->
ssl_shutdown
;
2275
return s->method->
ssl_shutdown
(s);
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c
2083
int
SSL_shutdown
(SSL *s)
2104
args.f.func_other = s->method->
ssl_shutdown
;
2108
return s->method->
ssl_shutdown
(s);
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
2760
int
SSL_shutdown
(SSL *s)
2790
args.f.func_other = s->method->
ssl_shutdown
;
2794
return s->method->
ssl_shutdown
(s);
7711
return
SSL_shutdown
(ssl);
7715
return
SSL_shutdown
(ssl);
Completed in 31 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026