Home
last modified time | relevance | path

Searched refs:certConf_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c645 cb = ctx->certConf_cb != NULL ? ctx->certConf_cb : OSSL_CMP_certConf_cb; in cert_response()
H A Dcmp_local.h131 OSSL_CMP_certConf_cb_t certConf_cb; /* callback for app checking new cert */ member
H A Dcmp_ctx.c301 ctx->certConf_cb = cb; in OSSL_CMP_CTX_set_certConf_cb()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c779 DEFINE_SET_CB_TEST(certConf_cb) in DEFINE_SET_CB_TEST()