Shaka Player Embedded
Namespaces | Macros | Functions
crypto_openssl.cc File Reference
#include <glog/logging.h>
#include <openssl/evp.h>
#include "src/util/crypto.h"

Go to the source code of this file.

Namespaces

 shaka
 
 shaka::util
 

Macros

#define HASH_ALGORITHM   EVP_md5()
 

Functions

std::vector< uint8_t > shaka::util::HashData (const uint8_t *data, size_t size)
 

Macro Definition Documentation

§ HASH_ALGORITHM

#define HASH_ALGORITHM   EVP_md5()

Definition at line 20 of file crypto_openssl.cc.