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

#include <cipher.h>

Public Attributes

srtp_cipher_alloc_func_t alloc
 
srtp_cipher_dealloc_func_t dealloc
 
srtp_cipher_init_func_t init
 
srtp_cipher_set_aad_func_t set_aad
 
srtp_cipher_encrypt_func_t encrypt
 
srtp_cipher_encrypt_func_t decrypt
 
srtp_cipher_set_iv_func_t set_iv
 
srtp_cipher_get_tag_func_t get_tag
 
const char * description
 
const srtp_cipher_test_case_ttest_data
 
srtp_cipher_type_id_t id
 

Member Data Documentation

◆ alloc

srtp_cipher_alloc_func_t srtp_cipher_type_t::alloc

◆ dealloc

srtp_cipher_dealloc_func_t srtp_cipher_type_t::dealloc

◆ decrypt

srtp_cipher_encrypt_func_t srtp_cipher_type_t::decrypt

◆ description

const char* srtp_cipher_type_t::description

◆ encrypt

srtp_cipher_encrypt_func_t srtp_cipher_type_t::encrypt

◆ get_tag

srtp_cipher_get_tag_func_t srtp_cipher_type_t::get_tag

◆ id

srtp_cipher_type_id_t srtp_cipher_type_t::id

◆ init

srtp_cipher_init_func_t srtp_cipher_type_t::init

◆ set_aad

srtp_cipher_set_aad_func_t srtp_cipher_type_t::set_aad

◆ set_iv

srtp_cipher_set_iv_func_t srtp_cipher_type_t::set_iv

◆ test_data

const srtp_cipher_test_case_t* srtp_cipher_type_t::test_data

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