ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_interface_aes.h File Reference
#include <stddef.h>
#include "ruuvi_driver_error.h"
#include "ruuvi_driver_enabled_modules.h"

Go to the source code of this file.

Functions

rd_status_t ri_aes_ecb_128_encrypt (const uint8_t *const cleartext, uint8_t *const ciphertext, const uint8_t *const key, const size_t data_length)
 encrypt a block with AES ECB 128 encryption More...
 

Detailed Description

Author
Otso Jousimaa otso@.nosp@m.ojou.nosp@m.sima..nosp@m.net
Date
2002-08-15

Interface for AES encryption and decryption operations.

Definition in file ruuvi_interface_aes.h.