Searched refs:header_in (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_hdcp_gsc.c | 125 struct intel_gsc_mtl_header *header_in, in intel_gsc_send_sync() argument 134 header_in->message_size, in intel_gsc_send_sync() 158 header_in->gsc_message_handle = header_out->gsc_message_handle; in intel_gsc_send_sync() 178 struct intel_gsc_mtl_header *header_in, *header_out; in intel_hdcp_gsc_msg_send() local 179 const size_t max_msg_size = PAGE_SIZE - sizeof(*header_in); in intel_hdcp_gsc_msg_send() 190 msg_size_in = msg_in_len + sizeof(*header_in); in intel_hdcp_gsc_msg_send() 192 header_in = gsc_context->hdcp_cmd_in; in intel_hdcp_gsc_msg_send() 197 memset(header_in, 0, msg_size_in); in intel_hdcp_gsc_msg_send() 200 intel_gsc_uc_heci_cmd_emit_mtl_header(header_in, HECI_MEADDRESS_HDCP, in intel_hdcp_gsc_msg_send() 202 memcpy(gsc_context->hdcp_cmd_in + sizeof(*header_in), msg_in, msg_in_len); in intel_hdcp_gsc_msg_send() [all …]
|
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 210 size_t header_in; member 615 if (!cryp->header_in) { in stm32_crypt_gcmccm_end_header() 674 cryp->header_in -= written; in stm32_cryp_write_ccm_first_header() 878 if (cryp->header_in) { in stm32_cryp_header_dma_callback() 888 WARN_ON(cryp->header_in); in stm32_cryp_header_dma_callback() 995 align_size = ALIGN_DOWN(cryp->header_in, cryp->hw_blocksize); in stm32_cryp_header_dma_start() 997 cryp->header_in -= align_size; in stm32_cryp_header_dma_start() 1613 skip = cryp->areq->assoclen - cryp->header_in; in stm32_cryp_aead_prepare() 1615 align_size = ALIGN_DOWN(cryp->header_in, cryp->hw_blocksize); in stm32_cryp_aead_prepare() 1693 cryp->header_in = 0; in stm32_cryp_prepare_req() [all …]
|