Home
last modified time | relevance | path

Searched refs:CT_POLICY_EVAL_CTX (Results 1 – 3 of 3) sorted by relevance

/include/openssl/
A Dct.h.in84 * with the CT_POLICY_EVAL_CTX.
86 CT_POLICY_EVAL_CTX *CT_POLICY_EVAL_CTX_new_ex(OSSL_LIB_CTX *libctx,
93 CT_POLICY_EVAL_CTX *CT_POLICY_EVAL_CTX_new(void);
96 void CT_POLICY_EVAL_CTX_free(CT_POLICY_EVAL_CTX *ctx);
99 X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx);
106 int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert);
109 X509* CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx);
122 void CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(CT_POLICY_EVAL_CTX *ctx,
130 uint64_t CT_POLICY_EVAL_CTX_get_time(const CT_POLICY_EVAL_CTX *ctx);
329 __owur int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
[all …]
A Dtypes.h222 typedef struct ct_policy_eval_ctx_st CT_POLICY_EVAL_CTX; typedef
A Dssl.h.in2589 typedef int (*ssl_ct_validation_cb)(const CT_POLICY_EVAL_CTX *ctx,

Completed in 16 milliseconds