webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
null_auth.c File Reference
#include "null_auth.h"
#include "err.h"
#include "alloc.h"

Variables

srtp_debug_module_t srtp_mod_auth
 
const srtp_auth_type_t srtp_null_auth
 

Variable Documentation

◆ srtp_mod_auth

srtp_debug_module_t srtp_mod_auth

◆ srtp_null_auth

const srtp_auth_type_t srtp_null_auth
Initial value:
= {
srtp_null_auth_alloc,
srtp_null_auth_dealloc,
srtp_null_auth_init,
srtp_null_auth_compute,
srtp_null_auth_update,
srtp_null_auth_start,
srtp_null_auth_description,
&srtp_null_auth_test_case_0,
}
#define SRTP_NULL_AUTH
Definition: crypto_types.h:106