Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ct/
Dct_local.h123 SCT_CTX *SCT_CTX_new(OSSL_LIB_CTX *ctx, const char *propq);
Dct_sct_ctx.c23 SCT_CTX *SCT_CTX_new(OSSL_LIB_CTX *libctx, const char *propq) in SCT_CTX_new() function
Dct_sct.c315 sctx = SCT_CTX_new(ctx->libctx, ctx->propq); in SCT_validate()