Mark Radbourne / Mbed 2 deprecated iothub_client_sample_amqp

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Embed: (wiki syntax)

« Back to documentation index

mbedtls_arc4_context Struct Reference

mbedtls_arc4_context Struct Reference

ARC4 context structure. More...

#include <arc4.h>

Data Fields

int x
int y
unsigned char m [256]

Detailed Description

ARC4 context structure.

Definition at line 45 of file arc4.h.


Field Documentation

unsigned char m[256]

permutation table

Definition at line 49 of file arc4.h.

int x

permutation index

Definition at line 47 of file arc4.h.

int y

permutation index

Definition at line 48 of file arc4.h.