#include "crypto_asdcp.h"
Functions | |
DataChunkPtr | BuildHashKey (size_t Size, const UInt8 *CryptoKey) |
Build an AS-DCP hashing key from a given crypto key. | |
Variables | |
bool | Hashing = false |
True if we are doing hashing calculations. | |
bool | ForceKeyMode = false |
Flag set if forcing a given key irrespective of the key details in the file. |
DataChunkPtr BuildHashKey | ( | size_t | Size, | |
const UInt8 * | CryptoKey | |||
) |
Build an AS-DCP hashing key from a given crypto key.
Constant value to be hashed with cypher key to produce the hashing key
bool ForceKeyMode = false |
Flag set if forcing a given key irrespective of the key details in the file.
bool Hashing = false |
True if we are doing hashing calculations.