OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resp_ctx
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ts.c
727
TS_RESP_CTX *
resp_ctx
= NULL;
local
733
if ((
resp_ctx
= TS_RESP_CTX_new()) == NULL)
735
if (!TS_CONF_set_serial(conf, section, serial_cb,
resp_ctx
))
741
if (!TS_CONF_set_signer_cert(conf, section, signer,
resp_ctx
))
743
if (!TS_CONF_set_certs(conf, section, chain,
resp_ctx
))
745
if (!TS_CONF_set_signer_key(conf, section, inkey, passin,
resp_ctx
))
749
if (!TS_RESP_CTX_set_signer_digest(
resp_ctx
, md))
751
} else if (!TS_CONF_set_signer_digest(conf, section, NULL,
resp_ctx
)) {
755
if (!TS_CONF_set_ess_cert_id_digest(conf, section,
resp_ctx
))
757
if (!TS_CONF_set_def_policy(conf, section, policy,
resp_ctx
))
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
ts.c
703
TS_RESP_CTX *
resp_ctx
= NULL;
local
709
if ((
resp_ctx
= TS_RESP_CTX_new()) == NULL)
711
if (!TS_CONF_set_serial(conf, section, serial_cb,
resp_ctx
))
717
if (!TS_CONF_set_signer_cert(conf, section, signer,
resp_ctx
))
719
if (!TS_CONF_set_certs(conf, section, chain,
resp_ctx
))
721
if (!TS_CONF_set_signer_key(conf, section, inkey, passin,
resp_ctx
))
725
if (!TS_RESP_CTX_set_signer_digest(
resp_ctx
, md))
727
} else if (!TS_CONF_set_signer_digest(conf, section, NULL,
resp_ctx
)) {
731
if (!TS_CONF_set_ess_cert_id_digest(conf, section,
resp_ctx
))
733
if (!TS_CONF_set_def_policy(conf, section, policy,
resp_ctx
))
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
ts.c
672
TS_RESP_CTX *
resp_ctx
= NULL;
local
678
if ((
resp_ctx
= TS_RESP_CTX_new()) == NULL)
680
if (!TS_CONF_set_serial(conf, section, serial_cb,
resp_ctx
))
686
if (!TS_CONF_set_signer_cert(conf, section, signer,
resp_ctx
))
688
if (!TS_CONF_set_certs(conf, section, chain,
resp_ctx
))
690
if (!TS_CONF_set_signer_key(conf, section, inkey, passin,
resp_ctx
))
694
if (!TS_RESP_CTX_set_signer_digest(
resp_ctx
, md))
696
} else if (!TS_CONF_set_signer_digest(conf, section, NULL,
resp_ctx
)) {
700
if (!TS_CONF_set_ess_cert_id_digest(conf, section,
resp_ctx
))
702
if (!TS_CONF_set_def_policy(conf, section, policy,
resp_ctx
))
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026