OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:user_ssl
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c
461
SSL *
user_ssl
= NULL;
local
467
* the handshake layer we are about to create with some
user_ssl
object.
471
user_ssl
= port->get_conn_user_ssl(ch, port->user_ssl_arg);
472
if (
user_ssl
== NULL)
474
qc = (QUIC_CONNECTION *)
user_ssl
;
478
* We expect the
user_ssl
to be newly created so it must not have an
482
SSL_free(
user_ssl
);
486
tls = ossl_ssl_connection_new_int(port->channel_ctx,
user_ssl
, TLS_method());
489
SSL_free(
user_ssl
);
494
if (!ql->obj.ssl.ctx->new_pending_conn_cb(ql->obj.ssl.ctx,
user_ssl
,
616
SSL *
user_ssl
;
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h
1250
SSL *
user_ssl
;
member in struct:ssl_connection_st
2528
__owur SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *
user_ssl
,
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026