webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
srtp_auth_type_t Struct Reference

#include <auth.h>

Public Attributes

srtp_auth_alloc_func alloc
 
srtp_auth_dealloc_func dealloc
 
srtp_auth_init_func init
 
srtp_auth_compute_func compute
 
srtp_auth_update_func update
 
srtp_auth_start_func start
 
const char * description
 
const srtp_auth_test_case_ttest_data
 
srtp_auth_type_id_t id
 

Member Data Documentation

◆ alloc

srtp_auth_alloc_func srtp_auth_type_t::alloc

◆ compute

srtp_auth_compute_func srtp_auth_type_t::compute

◆ dealloc

srtp_auth_dealloc_func srtp_auth_type_t::dealloc

◆ description

const char* srtp_auth_type_t::description

◆ id

srtp_auth_type_id_t srtp_auth_type_t::id

◆ init

srtp_auth_init_func srtp_auth_type_t::init

◆ start

srtp_auth_start_func srtp_auth_type_t::start

◆ test_data

const srtp_auth_test_case_t* srtp_auth_type_t::test_data

◆ update

srtp_auth_update_func srtp_auth_type_t::update

The documentation for this struct was generated from the following file: