summaryrefslogtreecommitdiff
path: root/DRM/cc54/inc/wv_mod_oem_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'DRM/cc54/inc/wv_mod_oem_crypto.h')
-rwxr-xr-xDRM/cc54/inc/wv_mod_oem_crypto.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/DRM/cc54/inc/wv_mod_oem_crypto.h b/DRM/cc54/inc/wv_mod_oem_crypto.h
index 42ed033..bdba935 100755
--- a/DRM/cc54/inc/wv_mod_oem_crypto.h
+++ b/DRM/cc54/inc/wv_mod_oem_crypto.h
@@ -32,6 +32,16 @@ enum drm_wv_mod_rsa_padding_scheme
DRM_WV_MOD_RSA_PADDING_SCHEME_MAX_VALUE
};
+enum drm_wv_mod_usage_entry_status
+{
+ k_free = -1,
+ k_unused = 0,
+ k_active = 1,
+ k_inactive = 2, // deprecated in v13
+ k_inactive_used = 3,
+ k_inactive_unused = 4
+};
+
struct drm_wv_mod_key_object
{
const uint8_t *key_id;