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

Variables

srtp_debug_module_t srtp_mod_cipher
 
const srtp_cipher_type_t srtp_null_cipher
 

Variable Documentation

◆ srtp_mod_cipher

srtp_debug_module_t srtp_mod_cipher

◆ srtp_null_cipher

const srtp_cipher_type_t srtp_null_cipher
Initial value:
= {
srtp_null_cipher_alloc,
srtp_null_cipher_dealloc,
srtp_null_cipher_init,
0,
srtp_null_cipher_encrypt,
srtp_null_cipher_encrypt,
srtp_null_cipher_set_iv,
0,
srtp_null_cipher_description,
&srtp_null_cipher_test_0,
}
#define SRTP_NULL_CIPHER
Definition: crypto_types.h:55