Searched refs:bluedroid_aes_decrypt (Results 1 – 2 of 2) sorted by relevance
103 return_type bluedroid_aes_decrypt( const unsigned char in[N_BLOCK],
624 return_type bluedroid_aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], con… function660 if (bluedroid_aes_decrypt(in, out, ctx) != EXIT_SUCCESS) {