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

  /system/bt/stack/smp/
smp_keys.cc 122 if ((p_out == NULL) || (key_len != SMP_ENCRYT_KEY_SIZE)) {
137 REVERSE_ARRAY_TO_STREAM(p, key, SMP_ENCRYT_KEY_SIZE); /* byte 32 to byte 47 */
140 smp_debug_print_nbyte_little_endian(key, "Key", SMP_ENCRYT_KEY_SIZE);
145 aes_set_key(p_rev_key, SMP_ENCRYT_KEY_SIZE, &ctx);
152 SMP_ENCRYT_KEY_SIZE);
155 p_out->param_len = SMP_ENCRYT_KEY_SIZE;
243 output.param_len = SMP_ENCRYT_KEY_SIZE;
    [all...]
smp_int.h 247 #define SMP_ENCRYT_KEY_SIZE 16

Completed in 122 milliseconds