OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLScontext_index
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls_server.c
197
if ((TLScontext = SSL_get_ex_data(ssl,
TLScontext_index
)) == 0)
272
if ((TLScontext = SSL_get_ex_data(ssl,
TLScontext_index
)) == 0)
318
TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con,
TLScontext_index
);
359
TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con,
TLScontext_index
);
449
if (
TLScontext_index
< 0) {
450
if ((
TLScontext_index
= SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) {
873
if (!SSL_set_ex_data(TLScontext->con,
TLScontext_index
, TLScontext)) {
tls_client.c
261
if ((TLScontext = SSL_get_ex_data(ssl,
TLScontext_index
)) == 0)
723
if (
TLScontext_index
< 0) {
724
if ((
TLScontext_index
= SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0) {
1067
if (!SSL_set_ex_data(TLScontext->con,
TLScontext_index
, TLScontext)) {
tls_verify.c
177
TLScontext = SSL_get_ex_data(con,
TLScontext_index
);
tls_dane.c
1297
if (
TLScontext_index
< 0)
1298
if ((
TLScontext_index
= SSL_get_ex_new_index(0, 0, 0, 0, 0)) < 0)
1350
|| !SSL_set_ex_data(tctx->con,
TLScontext_index
, tctx)) {
tls_misc.c
327
int
TLScontext_index
= -1;
852
TLS_SESS_STATE *TLScontext = SSL_get_ex_data(ssl,
TLScontext_index
);
tls.h
717
extern int
TLScontext_index
;
Completed in 22 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026