libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/crypto.h>
Go to the source code of this file.
Functions | |
void | crypto_set_mac_algorithm (enum crypto_mode_mac mode) |
Set the MAC algorithm. More... | |
void | crypto_context_swap (uint32_t *buf) |
Swap context. More... | |