Home
last modified time | relevance | path

Searched refs:process_certConf (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_server.c33 OSSL_CMP_SRV_certConf_cb_t process_certConf; member
75 OSSL_CMP_SRV_certConf_cb_t process_certConf, in OSSL_CMP_SRV_CTX_init() argument
87 srv_ctx->process_certConf = process_certConf; in OSSL_CMP_SRV_CTX_init()
331 static OSSL_CMP_MSG *process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
370 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
561 if (srv_ctx->process_certConf == NULL) in OSSL_CMP_SRV_process_request()
564 rsp = process_certConf(srv_ctx, req); in OSSL_CMP_SRV_process_request()
/freebsd/crypto/openssl/fuzz/
H A Dcmp.c141 static int process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
186 process_certConf, process_pollReq)) in FuzzerTestOneInput()
/freebsd/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c363 static int process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
439 process_certConf, process_pollReq)) in ossl_cmp_mock_srv_new()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod72 OSSL_CMP_SRV_certConf_cb_t process_certConf,
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in443 OSSL_CMP_SRV_certConf_cb_t process_certConf,
H A Dcmp.h562 OSSL_CMP_SRV_certConf_cb_t process_certConf,