Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <dundi.h>
Data Fields | |
unsigned char | encdata [0] |
unsigned char | iv [16] |
unsigned char encdata[0] |
Encrypted / compressed data
Definition at line 101 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 100 of file dundi.h.
Referenced by dundi_decrypt(), and handle_command_response().