Searched refs:aes_decrypt_128 (Results 1 – 2 of 2) sorted by relevance
/loramac-node-latest/src/peripherals/soft-se/ | ||
D | aes.h | 146 void aes_decrypt_128( const uint8_t in[N_BLOCK], |
D | aes.c | 747 void aes_decrypt_128( const uint8_t in[N_BLOCK], uint8_t out[N_BLOCK], function |