AES encryption library. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | lib_crypt_init (uint8_t *key, const uint8_t *init_counter) |
void | lib_crypt_set_counter (const uint8_t *counter) |
void | lib_crypt (uint8_t *dest_buf, const uint8_t *src_buf, uint8_t length, const uint8_t *ls5b_value) |
void | lib_crypt_generate_ls5b (uint8_t *dest_buf) |
AES encryption library.
Definition in file lib_crypt.h.