Home
last modified time | relevance | path

Searched refs:aes_decrypt (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/peripherals/soft-se/
Daes.h107 return_type aes_decrypt( const uint8_t in[N_BLOCK],
Daes.c620 return_type aes_decrypt( const uint8_t in[N_BLOCK], uint8_t out[N_BLOCK], const aes_context ctx[1] ) function
657 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)