libdcp
Functions | Variables
decrypted_kdm.cc File Reference

DecryptedKDM class. More...

#include "certificate_chain.h"
#include "compose.hpp"
#include "cpl.h"
#include "dcp_assert.h"
#include "decrypted_kdm.h"
#include "decrypted_kdm_key.h"
#include "encrypted_kdm.h"
#include "exceptions.h"
#include "reel_asset.h"
#include "reel_file_asset.h"
#include "util.h"
#include <asdcp/AS_DCP.h>
#include <asdcp/KM_util.h>
#include <openssl/rsa.h>
#include <openssl/pem.h>
#include <openssl/err.h>

Go to the source code of this file.

Functions

static void put (uint8_t **d, string s)
 
static void put (uint8_t **d, uint8_t const *s, int N)
 
static string get (uint8_t **p, int N)
 

Variables

static uint8_t smpte_structure_id [] = { 0xf1, 0xdc, 0x12, 0x44, 0x60, 0x16, 0x9a, 0x0e, 0x85, 0xbc, 0x30, 0x06, 0x42, 0xf8, 0x66, 0xab }
 

Detailed Description

DecryptedKDM class.

Definition in file decrypted_kdm.cc.