Home
last modified time | relevance | path

Searched refs:initial_ctx (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libssl/
H A Dt1_lib.c729 else if (s->initial_ctx != NULL && s->initial_ctx->tlsext_servername_callback != 0) in ssl_check_clienthello_tlsext_early()
730 ret = s->initial_ctx->tlsext_servername_callback(s, &al, in ssl_check_clienthello_tlsext_early()
731 s->initial_ctx->tlsext_servername_arg); in ssl_check_clienthello_tlsext_early()
818 else if (s->initial_ctx != NULL && s->initial_ctx->tlsext_servername_callback != 0) in ssl_check_serverhello_tlsext()
819 ret = s->initial_ctx->tlsext_servername_callback(s, &al, in ssl_check_serverhello_tlsext()
820 s->initial_ctx->tlsext_servername_arg); in ssl_check_serverhello_tlsext()
974 SSL_CTX *tctx = s->initial_ctx; in tls_decrypt_ticket()
H A Dtls13_legacy.c544 ssl_ctx = s->initial_ctx; in tls13_legacy_servername_process()
H A Dssl_local.h922 SSL_CTX * initial_ctx; /* initial ctx, used to store sessions */ member
923 #define session_ctx initial_ctx
H A Dssl_lib.c299 s->initial_ctx = ctx; in SSL_new()
572 SSL_CTX_free(s->initial_ctx); in SSL_free()
3236 ctx = ssl->initial_ctx; in SSL_set_SSL_CTX()
H A Dssl_srvr.c2201 SSL_CTX *tctx = s->initial_ctx; in ssl3_send_newsession_ticket()