Searched refs:ossl_cmp_pkiconf_new (Results 1 – 4 of 4) sorted by relevance
10 ossl_cmp_pkiconf_new,35 OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx);132 ossl_cmp_pkiconf_new() creates a PKI Confirmation message.
383 if ((msg = ossl_cmp_pkiconf_new(srv_ctx->ctx)) == NULL) in process_error()441 if ((msg = ossl_cmp_pkiconf_new(ctx)) == NULL) in process_certConf()
962 OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx);
628 OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx) in ossl_cmp_pkiconf_new() function
Completed in 15 milliseconds