webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Variables
hmac_ossl.c File Reference
#include "auth.h"
#include "alloc.h"
#include "err.h"
#include <openssl/evp.h>
#include <openssl/hmac.h>

Macros

#define SHA1_DIGEST_SIZE   20
 

Variables

srtp_debug_module_t srtp_mod_hmac
 
const srtp_auth_type_t srtp_hmac
 

Macro Definition Documentation

◆ SHA1_DIGEST_SIZE

#define SHA1_DIGEST_SIZE   20

Variable Documentation

◆ srtp_hmac

const srtp_auth_type_t srtp_hmac
Initial value:
= {
srtp_hmac_alloc,
srtp_hmac_dealloc,
srtp_hmac_init,
srtp_hmac_compute,
srtp_hmac_update,
srtp_hmac_start,
srtp_hmac_description,
&srtp_hmac_test_case_0,
}
#define SRTP_HMAC_SHA1
Definition: crypto_types.h:114

◆ srtp_mod_hmac

srtp_debug_module_t srtp_mod_hmac
Initial value:
= {
0,
"hmac sha-1 openssl"
}