Home
last modified time | relevance | path

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

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