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);131 ossl_cmp_pkiconf_new() creates a PKI Confirmation message.
319 if ((msg = ossl_cmp_pkiconf_new(srv_ctx->ctx)) == NULL) in process_error()373 if ((msg = ossl_cmp_pkiconf_new(ctx)) == NULL) in process_certConf()
874 OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx);
629 OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx) in ossl_cmp_pkiconf_new() function
Completed in 12 milliseconds