Searched refs:hdcp_key_pdata (Results 1 – 1 of 1) sorted by relevance
23 static uint64_t *hdcp_key_pdata; variable33 hdcp_key_pdata = (uint64_t *)&key; in dp_hdcp_ctrl()36 if (hdcp_key_pdata == (uint64_t *)(&key + 1)) in dp_hdcp_ctrl()52 if (hdcp_key_pdata < (uint64_t *)&key || in dp_hdcp_store_key()53 hdcp_key_pdata + 6 > (uint64_t *)(&key + 1)) in dp_hdcp_store_key()56 hdcp_key_pdata[0] = x1; in dp_hdcp_store_key()57 hdcp_key_pdata[1] = x2; in dp_hdcp_store_key()58 hdcp_key_pdata[2] = x3; in dp_hdcp_store_key()59 hdcp_key_pdata[3] = x4; in dp_hdcp_store_key()60 hdcp_key_pdata[4] = x5; in dp_hdcp_store_key()[all …]