Searched refs:PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
148 enum { PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE = 5120 }; enumerator456 uint8_t srm_buf[PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE];467 uint8_t srm_buf[PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE];
627 .size = PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, /* Limit SRM size */644 hdcp_work->srm = kcalloc(PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, sizeof(*hdcp_work->srm), GFP_KERNEL); in hdcp_create_workqueue()649 …hdcp_work->srm_temp = kcalloc(PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, sizeof(*hdcp_work->srm_temp), GFP_K… in hdcp_create_workqueue()
Completed in 7 milliseconds