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.c32 OSSL_CMP_SRV_certConf_cb_t process_certConf; member
73 OSSL_CMP_SRV_certConf_cb_t process_certConf, in OSSL_CMP_SRV_CTX_init() argument
85 srv_ctx->process_certConf = process_certConf; in OSSL_CMP_SRV_CTX_init()
324 static OSSL_CMP_MSG *process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
359 if (!srv_ctx->process_certConf(srv_ctx, req, certReqId, certHash, si)) in process_certConf()
544 if (srv_ctx->process_certConf == NULL) in OSSL_CMP_SRV_process_request()
547 rsp = process_certConf(srv_ctx, req); in OSSL_CMP_SRV_process_request()
/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()
/openssl/apps/lib/
H A Dcmp_mock_srv.c383 static int process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, in process_certConf() function
460 process_certConf, process_pollReq)) in ossl_cmp_mock_srv_new()
/openssl/doc/man3/
H A DOSSL_CMP_SRV_CTX_new.pod72 OSSL_CMP_SRV_certConf_cb_t process_certConf,
/openssl/include/openssl/
H A Dcmp.h.in443 OSSL_CMP_SRV_certConf_cb_t process_certConf,

Completed in 22 milliseconds