Searched refs:KeyValue (Results 1 – 4 of 4) sorted by relevance
126 int32_t drm_getKey(uint8_t* uid, uint8_t* KeyValue);
70 uint8_t KeyValue[16]; /**< Decode base64 */ member
532 int32_t drm_getKey(uint8_t* uid, uint8_t* KeyValue) in drm_getKey() argument537 if (NULL == uid || NULL == KeyValue) in drm_getKey()554 memcpy(KeyValue, ro.KeyValue, DRM_KEY_LEN); in drm_getKey()
558 if (DRM_KEY_LEN != drm_decodeBase64(pRights->KeyValue, keyLen, pValue, &valueLen)) in drm_relParser()622 memcpy(pRights->KeyValue, pValue, DRM_KEY_LEN); in drm_relParser()