Searched refs:bluedroid_aes_encrypt (Results 1 – 3 of 3) sorted by relevance
90 return_type bluedroid_aes_encrypt( const unsigned char in[N_BLOCK],
573 return_type bluedroid_aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], co… function608 if (bluedroid_aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS) {
198 bluedroid_aes_encrypt(p_rev_data, p, &ctx); /* outputs in byte 48 to byte 63 */ in smp_encrypt_data()