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