srtp_err_status_t srtp_crypto_kernel_alloc_auth(srtp_auth_type_id_t id, srtp_auth_pointer_t *ap, int key_len, int tag_len)
Definition: crypto_kernel.c:514
srtp_err_status_t srtp_crypto_kernel_list_debug_modules(void)
Definition: crypto_kernel.c:256
srtp_kernel_cipher_type_t * cipher_type_list
Definition: crypto_kernel.h:105
uint32_t srtp_auth_type_id_t
An srtp_auth_type_id_t is an identifier for a particular authentication function. ...
Definition: srtp.h:235
Definition: crypto_kernel.h:103
srtp_kernel_debug_module_t * debug_module_list
Definition: crypto_kernel.h:107
struct srtp_kernel_debug_module srtp_kernel_debug_module_t
srtp_err_status_t srtp_crypto_kernel_status(void)
Definition: crypto_kernel.c:208
struct srtp_kernel_debug_module * next
Definition: crypto_kernel.h:93
srtp_auth_type_id_t id
Definition: crypto_kernel.h:83
Definition: crypto_kernel.h:82
const srtp_cipher_type_t * cipher_type
Definition: crypto_kernel.h:75
const srtp_auth_type_t * auth_type
Definition: crypto_kernel.h:84
struct srtp_kernel_auth_type * next
Definition: crypto_kernel.h:85
srtp_debug_module_t * mod
Definition: crypto_kernel.h:92
srtp_err_status_t srtp_crypto_kernel_load_debug_module(srtp_debug_module_t *new_dm)
Definition: crypto_kernel.c:534
srtp_err_status_t srtp_crypto_kernel_set_debug_module(char *mod_name, int v)
Definition: crypto_kernel.c:569
srtp_err_status_t srtp_crypto_kernel_alloc_cipher(srtp_cipher_type_id_t id, srtp_cipher_pointer_t *cp, int key_len, int tag_len)
Definition: crypto_kernel.c:475
struct srtp_kernel_auth_type srtp_kernel_auth_type_t
Definition: crypto_kernel.h:67
srtp_crypto_kernel_state_t state
Definition: crypto_kernel.h:104
struct srtp_kernel_cipher_type srtp_kernel_cipher_type_t
srtp_err_status_t srtp_crypto_kernel_load_cipher_type(const srtp_cipher_type_t *ct, srtp_cipher_type_id_t id)
Definition: crypto_kernel.c:376
Definition: crypto_kernel.h:66
srtp_cipher_type_id_t id
Definition: crypto_kernel.h:74
const GLfloat * v
Definition: gl2.h:514
uint32_t srtp_cipher_type_id_t
A srtp_cipher_type_id_t is an identifier for a particular cipher type.
Definition: srtp.h:221
srtp_err_status_t srtp_crypto_kernel_init(void)
Definition: crypto_kernel.c:110
srtp_err_status_t
Definition: srtp.h:245
Definition: crypto_kernel.h:91
struct srtp_kernel_cipher_type * next
Definition: crypto_kernel.h:76
srtp_kernel_auth_type_t * auth_type_list
Definition: crypto_kernel.h:106
srtp_err_status_t srtp_crypto_kernel_shutdown(void)
Definition: crypto_kernel.c:275
srtp_crypto_kernel_state_t
Definition: crypto_kernel.h:65
Definition: crypto_kernel.h:73
srtp_err_status_t srtp_crypto_kernel_load_auth_type(const srtp_auth_type_t *ct, srtp_auth_type_id_t id)
Definition: crypto_kernel.c:446