OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basedomain
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
danetest.c
31
static const char *
basedomain
;
variable
397
|| !TEST_int_gt(test_tlsafile(ctx,
basedomain
, f, tlsafile), 0))
408
OPT_TEST_DECLARE_USAGE("
basedomain
CAfile tlsafile\n")
417
if (!TEST_ptr(
basedomain
= test_get_argument(0))
/src/crypto/external/bsd/openssl/dist/test/
danetest.c
31
static const char *
basedomain
;
variable
396
|| !TEST_int_gt(test_tlsafile(ctx,
basedomain
, f, tlsafile), 0))
407
OPT_TEST_DECLARE_USAGE("
basedomain
CAfile tlsafile\n")
416
if (!TEST_ptr(
basedomain
= test_get_argument(0))
/src/crypto/external/bsd/openssl.old/dist/test/
danetest.c
31
static const char *
basedomain
;
variable
401
|| !TEST_int_gt(test_tlsafile(ctx,
basedomain
, f, tlsafile), 0))
414
if (!TEST_ptr(
basedomain
= test_get_argument(0))
417
TEST_error("Usage error: danetest
basedomain
CAfile tlsafile");
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
1049
int SSL_dane_enable(SSL *s, const char *
basedomain
)
1068
if (!SSL_set_tlsext_host_name(s,
basedomain
)) {
1075
if (!X509_VERIFY_PARAM_set1_host(s->param,
basedomain
, 0)) {
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c
1008
int SSL_dane_enable(SSL *s, const char *
basedomain
)
1027
if (!SSL_set_tlsext_host_name(s,
basedomain
)) {
1034
if (!X509_VERIFY_PARAM_set1_host(s->param,
basedomain
, 0)) {
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
1229
int SSL_dane_enable(SSL *s, const char *
basedomain
)
1253
if (!SSL_set_tlsext_host_name(s,
basedomain
)) {
1260
if (!X509_VERIFY_PARAM_set1_host(sc->param,
basedomain
, 0)) {
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
1752
__owur int SSL_dane_enable(SSL *s, const char *
basedomain
);
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
1848
__owur int SSL_dane_enable(SSL *s, const char *
basedomain
);
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
1787
__owur int SSL_dane_enable(SSL *s, const char *
basedomain
);
Completed in 43 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026