AES encyption lilbrary implementation. More...
#include "lib_crypt.h"#include "hal_aes.h"#include "memdefs.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) | 
AES encyption lilbrary implementation.
Definition in file lib_crypt.c.
 1.7.2
 1.7.2