Contiki 3.x
Data Structures | Functions
aes-128.h File Reference

    AES-128.
More...

#include "contiki.h"

Go to the source code of this file.

Data Structures

struct  aes_128_driver
 Structure of AES drivers. More...
 

Functions

void aes_128_padded_encrypt (uint8_t *plaintext_and_result, uint8_t plaintext_len)
 Pads the plaintext with zeroes before calling AES_128.encrypt.
 
void aes_128_set_padded_key (uint8_t *key, uint8_t key_len)
 Pads the key with zeroes before calling AES_128.set_key.
 

Detailed Description

    AES-128.
Author
Konrad Krentz konra.nosp@m.d.kr.nosp@m.entz@.nosp@m.gmai.nosp@m.l.com

Definition in file aes-128.h.