Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Daes.h103 return_type bluedroid_aes_decrypt( const unsigned char in[N_BLOCK],
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c624 return_type bluedroid_aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], con… function
660 if (bluedroid_aes_decrypt(in, out, ctx) != EXIT_SUCCESS) {