Searched refs:req_type (Results 1 – 5 of 5) sorted by relevance
/openssl-master/test/ |
A D | cmp_client_test.c | 26 int req_type; member 82 fixture->req_type = -1; in set_up() 108 fixture->req_type, NULL); in execute_exec_certrequest_ses_test() 149 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses() 163 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll() 177 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll_timeout() 190 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses() 199 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses_implicit_confirm() 211 fixture->req_type = OSSL_CMP_KUR; in test_exec_KUR_ses() 222 fixture->req_type = OSSL_CMP_P10CR; in test_exec_P10CR_ses()
|
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 531 int req_type, int expected_type) in cert_response() argument 654 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq() 662 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument 666 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq() 668 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq() 680 if (req_type < 0) in OSSL_CMP_try_certreq() 689 req_type, rep_type); in OSSL_CMP_try_certreq() 703 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument 708 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_exec_certreq() 710 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_exec_certreq() [all …]
|
A D | cmp_server.c | 448 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local 472 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request() 473 switch (req_type) { in OSSL_CMP_SRV_process_request() 507 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request() 517 switch (req_type) { in OSSL_CMP_SRV_process_request()
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_exec_certreq.pod | 23 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, 33 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, 67 by the I<req_type> parameter, which may be IR, CR, P10CR, or KUR. 81 constructed as stated above using the I<req_type> and optional I<crm> parameter. 84 unless the I<req_type> argument is < 0, which aborts the request. 98 a negative value as the I<req_type> argument then OSSL_CMP_try_certreq()
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 450 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, 464 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
|
Completed in 9 milliseconds