Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_server.c33 OSSL_CMP_SRV_certConf_cb_t process_certConf; member
78 OSSL_CMP_SRV_certConf_cb_t process_certConf, in OSSL_CMP_SRV_CTX_init() argument
90 srv_ctx->process_certConf = process_certConf; in OSSL_CMP_SRV_CTX_init()
388 static OSSL_CMP_MSG *process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
427 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
485 if (srv_ctx->process_certConf == NULL) in process_non_polling_request()
488 rsp = process_certConf(srv_ctx, req); in process_non_polling_request()
/openssl/fuzz/
H A Dcmp.c141 static int process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
198 process_certConf, process_pollReq) in FuzzerTestOneInput()
/openssl/apps/lib/
H A Dcmp_mock_srv.c620 static int process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
696 process_certConf, process_pollReq) in ossl_cmp_mock_srv_new()
/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod75 OSSL_CMP_SRV_certConf_cb_t process_certConf,
/openssl/include/openssl/
H A Dcmp.h.in528 OSSL_CMP_SRV_certConf_cb_t process_certConf,

Completed in 11 milliseconds