Home
last modified time | relevance | path

Searched refs:ossl_cmp_rr_new (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/crypto/openssl/doc/internal/man3/
HDossl_cmp_certreq_new.pod7 ossl_cmp_rr_new,
29 OSSL_CMP_MSG *ossl_cmp_rr_new(OSSL_CMP_CTX *ctx);
119 ossl_cmp_rr_new() creates a Revocation Request message from the
/freebsd-head/crypto/openssl/test/
HDcmp_msg_test.c104 EXECUTE_MSG_CREATION_TEST(ossl_cmp_rr_new(fixture->cmp_ctx)); in execute_rr_create_test()
/freebsd-head/crypto/openssl/crypto/cmp/
HDcmp_local.h873 OSSL_CMP_MSG *ossl_cmp_rr_new(OSSL_CMP_CTX *ctx);
HDcmp_client.c782 if ((rr = ossl_cmp_rr_new(ctx)) == NULL) in OSSL_CMP_exec_RR_ses()
HDcmp_msg.c519 OSSL_CMP_MSG *ossl_cmp_rr_new(OSSL_CMP_CTX *ctx) in ossl_cmp_rr_new() function