HLS AES drm decryptor.
More...
#include "aamp_aes.h"
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <errno.h>
Go to the source code of this file.
|
#define | OPEN_SSL_CONTEXT &mOpensslCtx |
|
#define | AES_128_KEY_LEN_BYTES 16 |
|
|
static pthread_mutex_t | instanceLock = PTHREAD_MUTEX_INITIALIZER |
|
HLS AES drm decryptor.
Definition in file aamp_aes.cpp.
◆ acquire_key()
static void* acquire_key |
( |
void * |
arg | ) |
|
|
static |
key acquistion thread
- Parameters
-
- Return values
-
Definition at line 49 of file aamp_aes.cpp.