Searched refs:SMP_ENCRYT_KEY_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c110 if ( (p_out == NULL ) || (key_len != SMP_ENCRYT_KEY_SIZE) )
131 REVERSE_ARRAY_TO_STREAM (p, key, SMP_ENCRYT_KEY_SIZE); /* byte 32 to byte 47 */
133 smp_debug_print_nbyte_little_endian(key, (const UINT8 *)"Key", SMP_ENCRYT_KEY_SIZE);
136 aes_set_key(p_rev_key, SMP_ENCRYT_KEY_SIZE, &ctx);
141 smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_KEY_SIZE);
143 p_out->param_len = SMP_ENCRYT_KEY_SIZE;
H A Dsmp_int.h153 #define SMP_ENCRYT_KEY_SIZE 16 macro

Completed in 349 milliseconds