Searched refs:OSSL_CMP_STATUSINFO_new (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_CMP_STATUSINFO_new.pod | 5 OSSL_CMP_STATUSINFO_new, 14 OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info, 26 OSSL_CMP_STATUSINFO_new() creates a new PKIStatusInfo structure 46 OSSL_CMP_STATUSINFO_new()
|
/openssl/test/ |
H A D | cmp_status_test.c | 47 if (!TEST_ptr(si = OSSL_CMP_STATUSINFO_new(fixture->pkistatus, in execute_PKISI_test()
|
H A D | cmp_msg_test.c | 329 fixture->si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in test_cmp_create_error_msg() 427 OSSL_CMP_PKISI *si = OSSL_CMP_STATUSINFO_new(33, 44, "a text"); in execute_rp_create()
|
/openssl/crypto/cmp/ |
H A D | cmp_server.c | 198 si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt); in delayed_delivery() 268 si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in process_cert_request() 696 if ((si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_SRV_process_request()
|
H A D | cmp_status.c | 278 OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info, in OSSL_CMP_STATUSINFO_new() function
|
H A D | cmp_msg.c | 857 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : in ossl_cmp_certConf_new() 858 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_accepted, 0, text); in ossl_cmp_certConf_new()
|
H A D | cmp_client.c | 485 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt)) == NULL) in ossl_cmp_exchange_error()
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 154 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, text)) == NULL) in DEFINE_OSSL_SET1_CERT() 298 return OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_waiting, 0, NULL); in process_cert_request()
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 456 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
|
/openssl/doc/ |
H A D | build.info | 1642 DEPEND[html/man3/OSSL_CMP_STATUSINFO_new.html]=man3/OSSL_CMP_STATUSINFO_new.pod 1643 GENERATE[html/man3/OSSL_CMP_STATUSINFO_new.html]=man3/OSSL_CMP_STATUSINFO_new.pod 1644 DEPEND[man/man3/OSSL_CMP_STATUSINFO_new.3]=man3/OSSL_CMP_STATUSINFO_new.pod 1645 GENERATE[man/man3/OSSL_CMP_STATUSINFO_new.3]=man3/OSSL_CMP_STATUSINFO_new.pod 3416 html/man3/OSSL_CMP_STATUSINFO_new.html \ 4079 man/man3/OSSL_CMP_STATUSINFO_new.3 \
|
/openssl/util/ |
H A D | libcrypto.num | 4937 OSSL_CMP_STATUSINFO_new 5065 3_0_0 EXIST::FUNCTION:CMP
|
Completed in 63 milliseconds