Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Daes.h103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
Daes.c620 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_con… function
656 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)