mbedtls ported to mbed-classic

Fork of mbedtls by Christopher Haster

Embed: (wiki syntax)

« Back to documentation index

mbedtls_xtea_context Struct Reference

mbedtls_xtea_context Struct Reference

XTEA context structure. More...

#include <xtea.h>

Data Fields

uint32_t k [4]

Detailed Description

XTEA context structure.

Definition at line 51 of file xtea.h.


Field Documentation

uint32_t k[4]

key

Definition at line 53 of file xtea.h.