Searched defs:ossl_cmp_srv_ctx_st (Results 1 – 1 of 1) sorted by relevance
23 struct ossl_cmp_srv_ctx_st struct25 void *custom_ctx; /* pointer to application-specific server context */26 OSSL_CMP_CTX *ctx; /* Client CMP context, reusing transactionID etc. */27 int certReqId; /* id of last ir/cr/kur, OSSL_CMP_CERTREQID_NONE for p10cr */29 OSSL_CMP_SRV_cert_request_cb_t process_cert_request;30 OSSL_CMP_SRV_rr_cb_t process_rr;31 OSSL_CMP_SRV_genm_cb_t process_genm;32 OSSL_CMP_SRV_error_cb_t process_error;33 OSSL_CMP_SRV_certConf_cb_t process_certConf;34 OSSL_CMP_SRV_pollReq_cb_t process_pollReq;[all …]