#include <dundi.h>
Data Fields | |
| unsigned char | encdata [0] |
| unsigned char | iv [16] |
Definition at line 78 of file dundi.h.
| unsigned char encdata[0] |
Encrypted / compressed data
Definition at line 80 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 79 of file dundi.h.
Referenced by dundi_decrypt(), and handle_command_response().
1.5.5