Asterisk - The Open Source Telephony Project
18.5.0
|
#include <dundi.h>
Data Fields | |
unsigned char | encdata [0] |
unsigned char | iv [16] |
unsigned char encdata[0] |
Encrypted / compressed data
Definition at line 99 of file dundi.h.
Referenced by dundi_decrypt(), and handle_command_response().
unsigned char iv[16] |
< AES-128 encrypted block Initialization vector of random data
Definition at line 98 of file dundi.h.
Referenced by dundi_decrypt(), and handle_command_response().