Searched refs:PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
159 enum { PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE = 5120 }; enumerator467 uint8_t srm_buf[PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE];478 uint8_t srm_buf[PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE];
640 .size = PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, /* Limit SRM size */657 hdcp_work->srm = kcalloc(PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, sizeof(*hdcp_work->srm), GFP_KERNEL); in hdcp_create_workqueue()662 …hdcp_work->srm_temp = kcalloc(PSP_HDCP_SRM_FIRST_GEN_MAX_SIZE, sizeof(*hdcp_work->srm_temp), GFP_K… in hdcp_create_workqueue()