The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).
Dependencies: WncControllerK64F
Dependents: WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more
mbedtls_cipher_info_t Struct Reference
Cipher information. More...
#include <cipher.h>
Data Fields | |
| mbedtls_cipher_type_t | type |
| Full cipher identifier (e.g. | |
| mbedtls_cipher_mode_t | mode |
| Cipher mode (e.g. | |
| unsigned int | key_bitlen |
| Cipher key length, in bits (default length for variable sized ciphers) (Includes parity bits for ciphers like DES) | |
| const char * | name |
| Name of the cipher. | |
| unsigned int | iv_size |
| IV/NONCE size, in bytes. | |
| int | flags |
| Flags for variable IV size, variable key size, etc. | |
| unsigned int | block_size |
| block size, in bytes | |
| const mbedtls_cipher_base_t * | base |
| Base cipher information and functions. | |
Detailed Description
Cipher information.
Allows cipher functions to be called in a generic way.
Definition at line 182 of file cipher.h.
Field Documentation
| const mbedtls_cipher_base_t* base |
| unsigned int block_size |
| int flags |
| unsigned int iv_size |
| unsigned int key_bitlen |
| mbedtls_cipher_mode_t mode |
Generated on Tue Jul 12 2022 20:19:35 by
1.7.2

