Searched refs:OSSL_CMP_MSG_new (Results 1 – 2 of 2) sorted by relevance
23 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq) in OSSL_CMP_MSG_new() function167 if ((msg = OSSL_CMP_MSG_new(ctx->libctx, ctx->propq)) == NULL) in ossl_cmp_msg_create()1128 msg = OSSL_CMP_MSG_new(libctx, propq); in OSSL_CMP_MSG_read()
732 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq);
Completed in 12 milliseconds