OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_CERT_FLAG_SECURED
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls.h
297
#define
TLS_CERT_FLAG_SECURED
(1<<4)
307
#define TLS_CERT_IS_SECURED(c) ((c) && ((c)->peer_status&
TLS_CERT_FLAG_SECURED
))
tls_client.c
93
/*
TLS_CERT_FLAG_SECURED
.
346
*
TLS_CERT_FLAG_SECURED
to log the effective security.
355
TLScontext->peer_status |=
TLS_CERT_FLAG_SECURED
;
410
*
TLS_CERT_FLAG_SECURED
to log the effective security.
413
TLScontext->peer_status |=
TLS_CERT_FLAG_SECURED
;
Completed in 83 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026