HomeSort by: relevance | last modified time | path
    Searched refs:log_store (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_policy.c 70 CTLOG_STORE *log_store)
72 ctx->log_store = log_store;
92 return ctx->log_store;
ct_prn.c 71 const CTLOG_STORE *log_store)
75 if (log_store != NULL) {
76 log = CTLOG_STORE_get0_log_by_id(log_store, sct->log_id,
115 const char *separator, const CTLOG_STORE *log_store)
123 SCT_print(sct, out, indent, log_store);
ct_log.c 40 CTLOG_STORE *log_store; member in struct:ctlog_store_load_ctx_st
184 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
203 load_ctx->log_store = store;
ct_local.h 109 CTLOG_STORE *log_store; member in struct:ct_policy_eval_ctx_st
ct_sct.c 306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store,
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_policy.c 85 CTLOG_STORE *log_store)
87 ctx->log_store = log_store;
107 return ctx->log_store;
ct_prn.c 71 const CTLOG_STORE *log_store)
75 if (log_store != NULL) {
76 log = CTLOG_STORE_get0_log_by_id(log_store, sct->log_id,
115 const char *separator, const CTLOG_STORE *log_store)
123 SCT_print(sct, out, indent, log_store);
ct_log.c 44 CTLOG_STORE *log_store; member in struct:ctlog_store_load_ctx_st
194 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp);
207 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
223 load_ctx->log_store = store;
ct_local.h 113 CTLOG_STORE *log_store; member in struct:ct_policy_eval_ctx_st
ct_sct.c 296 log = CTLOG_STORE_get0_log_by_id(ctx->log_store,
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_policy.c 87 CTLOG_STORE *log_store)
89 ctx->log_store = log_store;
109 return ctx->log_store;
ct_prn.c 71 const CTLOG_STORE *log_store)
75 if (log_store != NULL) {
76 log = CTLOG_STORE_get0_log_by_id(log_store, sct->log_id,
115 const char *separator, const CTLOG_STORE *log_store)
123 SCT_print(sct, out, indent, log_store);
ct_log.c 44 CTLOG_STORE *log_store; member in struct:ctlog_store_load_ctx_st
201 ret = ctlog_new_from_conf(load_ctx->log_store, &ct_log, load_ctx->conf, tmp);
214 if (!sk_CTLOG_push(load_ctx->log_store->logs, ct_log)) {
233 load_ctx->log_store = store;
ct_local.h 112 CTLOG_STORE *log_store; member in struct:ct_policy_eval_ctx_st
ct_sct.c 306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ct.h.in 125 CTLOG_STORE *log_store);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ct.h.in 123 CTLOG_STORE *log_store);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ct.h 100 CTLOG_STORE *log_store);
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 3212 const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); local
3220 SCT_print(sct, bio, 0, log_store);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 3253 const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); local
3261 SCT_print(sct, bio, 0, log_store);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 3556 const CTLOG_STORE *log_store = SSL_CTX_get0_ctlog_store(ctx); local
3564 SCT_print(sct, bio, 0, log_store);

Completed in 51 milliseconds