Home
last modified time | relevance | path

Searched refs:ossl_cmp_error_new (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/internal/man3/
HDossl_cmp_certreq_new.pod15 ossl_cmp_error_new
40 OSSL_CMP_MSG *ossl_cmp_error_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
144 ossl_cmp_error_new() creates a new Error Message with the given contents
/freebsd-14-stable/crypto/openssl/test/
HDcmp_msg_test.c97 EXECUTE_MSG_CREATION_TEST(ossl_cmp_error_new(fixture->cmp_ctx, fixture->si, in execute_errormsg_create_test()
/freebsd-14-stable/crypto/openssl/crypto/cmp/
HDcmp_local.h886 OSSL_CMP_MSG *ossl_cmp_error_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
HDcmp_server.c603 rsp = ossl_cmp_error_new(srv_ctx->ctx, si, err, in OSSL_CMP_SRV_process_request()
HDcmp_client.c396 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
HDcmp_msg.c718 OSSL_CMP_MSG *ossl_cmp_error_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si, in ossl_cmp_error_new() function