Searched refs:process_certConf (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_server.c | 33 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 D | cmp.c | 141 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 D | cmp_mock_srv.c | 620 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 D | OSSL_CMP_SRV_CTX_new.pod | 75 OSSL_CMP_SRV_certConf_cb_t process_certConf,
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 528 OSSL_CMP_SRV_certConf_cb_t process_certConf,
|
Completed in 11 milliseconds