HomeSort by relevance Sort by last modified time
    Searched refs:SMP_ENCRYT_KEY_SIZE (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 110 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;
smp_int.h 153 #define SMP_ENCRYT_KEY_SIZE 16

Completed in 22 milliseconds