Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_client.c559 int req_type, int expected_type) in cert_response() argument
668 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument
679 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq()
688 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument
692 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq()
694 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
703 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq()
706 if (req_type < 0) in OSSL_CMP_try_certreq()
715 req_type, rep_type); in OSSL_CMP_try_certreq()
729 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument
[all …]
H A Dcmp_server.c463 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
475 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request()
477 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request()
490 switch (req_type) { in OSSL_CMP_SRV_process_request()
532 switch (req_type) { in OSSL_CMP_SRV_process_request()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_client_test.c28 int req_type; member
85 fixture->req_type = -1; in set_up()
128 X509 *res = OSSL_CMP_exec_certreq(ctx, fixture->req_type, NULL); in execute_exec_certrequest_ses_test()
188 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses()
202 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll()
233 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses()
260 fixture->req_type = OSSL_CMP_KUR; in test_exec_KUR_ses()
328 fixture->req_type = OSSL_CMP_P10CR; in test_exec_P10CR_ses()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c107 static const char *drm_dp_mst_req_type_str(u8 req_type) in drm_dp_mst_req_type_str() argument
128 if (req_type >= ARRAY_SIZE(req_type_str) || in drm_dp_mst_req_type_str()
129 !req_type_str[req_type]) in drm_dp_mst_req_type_str()
132 return req_type_str[req_type]; in drm_dp_mst_req_type_str()
337 buf[idx++] = req->req_type & 0x7f; in drm_dp_encode_sideband_req()
339 switch (req->req_type) { in drm_dp_encode_sideband_req()
443 req->req_type = buf[idx++] & 0x7f; in drm_dp_decode_sideband_req()
444 switch (req->req_type) { in drm_dp_decode_sideband_req()
571 if (req->req_type == DP_LINK_ADDRESS) { in drm_dp_dump_sideband_msg_req_body()
573 P("type=%s\n", drm_dp_mst_req_type_str(req->req_type)); in drm_dp_dump_sideband_msg_req_body()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_exec_certreq.pod23 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()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacreq.c43 reqp->req_type = type; in rbac_alloc_req()
H A Drbac.h109 int req_type; member
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_dp_mst_helper.h421 u8 req_type; member
440 u8 req_type; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Damd_acpi.h99 u8 req_type; /* request type */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_acpi.c109 u8 req_type; /* request type */ member
668 atcs_input.req_type = ATCS_PCIE_LINK_SPEED; in radeon_acpi_pcie_performance_request()
/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw15reg.h121 uint8_t req_type; member
H A Dqat_hw15.c107 msg->req_type = type; in qat_msg_req_type_populate()
/netbsd-src/sys/dev/usb/
H A Duplcom.c570 uint8_t req_type; member
602 req.bmRequestType = pl2303x[i].req_type; in uplcom_pl2303x_init()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmp.h.in455 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
469 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_acpi.c727 atcs_input.req_type = ATCS_PCIE_LINK_SPEED; in amdgpu_acpi_pcie_performance_request()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c6298 tree req_type, new_type; in tree_function_versioning() local
6304 req_type = TREE_TYPE (parm); in tree_function_versioning()
6306 if (!useless_type_conversion_p (req_type, new_type)) in tree_function_versioning()
6308 if (fold_convertible_p (req_type, replace_info->new_tree)) in tree_function_versioning()
6310 = fold_build1 (NOP_EXPR, req_type, replace_info->new_tree); in tree_function_versioning()
6311 else if (TYPE_SIZE (req_type) == TYPE_SIZE (new_type)) in tree_function_versioning()
6313 = fold_build1 (VIEW_CONVERT_EXPR, req_type, in tree_function_versioning()