OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_TFLAG_BOTH
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c
53
#define
SSL_TFLAG_BOTH
(SSL_TFLAG_CLIENT | SSL_TFLAG_SERVER)
56
{ str, (int)(sizeof(str) - 1),
SSL_TFLAG_BOTH
, flag }
62
{ str, (int)(sizeof(str) - 1), SSL_TFLAG_INV |
SSL_TFLAG_BOTH
, flag }
66
{ str, (int)(sizeof(str) - 1), SSL_TFLAG_CERT |
SSL_TFLAG_BOTH
, flag }
150
if (!(cctx->flags & tbl->name_flags &
SSL_TFLAG_BOTH
))
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c
50
#define
SSL_TFLAG_BOTH
(SSL_TFLAG_CLIENT|SSL_TFLAG_SERVER)
53
{str, (int)(sizeof(str) - 1),
SSL_TFLAG_BOTH
, flag}
59
{str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|
SSL_TFLAG_BOTH
, flag}
63
{str, (int)(sizeof(str) - 1), SSL_TFLAG_CERT|
SSL_TFLAG_BOTH
, flag}
146
if (!(cctx->flags & tbl->name_flags &
SSL_TFLAG_BOTH
))
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c
49
#define
SSL_TFLAG_BOTH
(SSL_TFLAG_CLIENT|SSL_TFLAG_SERVER)
52
{str, (int)(sizeof(str) - 1),
SSL_TFLAG_BOTH
, flag}
58
{str, (int)(sizeof(str) - 1), SSL_TFLAG_INV|
SSL_TFLAG_BOTH
, flag}
62
{str, (int)(sizeof(str) - 1), SSL_TFLAG_CERT|
SSL_TFLAG_BOTH
, flag}
141
if (!(cctx->flags & tbl->name_flags &
SSL_TFLAG_BOTH
))
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026