Contiki 3.x
Functions
aes-128.c File Reference

    Wrapped AES-128 implementation from Texas Instruments.
More...

#include "lib/aes-128.h"
#include <string.h>

Go to the source code of this file.

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

    Wrapped AES-128 implementation from Texas Instruments.
Author
Konrad Krentz konra.nosp@m.d.kr.nosp@m.entz@.nosp@m.gmai.nosp@m.l.com

Definition in file aes-128.c.