Lines Matching full:msg_len
1244 UINT8 msg_len = BT_OCTET32_LEN /* U size */ + BT_OCTET32_LEN /* V size */ + 1 /* Z size */;
1272 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"M", msg_len);
1282 aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac);
1359 UINT8 msg_len = BT_OCTET32_LEN /* U size */ + BT_OCTET32_LEN /* V size */
1394 if(!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac))
1592 UINT8 msg_len = 1 /* Counter size */ + 4 /* keyID size */ +
1637 smp_debug_print_nbyte_little_endian (p_prnt, (const UINT8 *)"M", msg_len);
1640 if (!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac))
1832 UINT8 msg_len = BT_OCTET16_LEN /* N1 size */ + BT_OCTET16_LEN /* N2 size */ +
1877 smp_debug_print_nbyte_little_endian (p_print, (const UINT8 *)"M", msg_len);
1881 if(!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac))
2117 UINT8 msg_len = 4 /* KeyID size */;
2125 smp_debug_print_nbyte_little_endian (p_print,(const UINT8 *) "M", msg_len);
2130 if (!aes_cipher_msg_auth_code(key, msg, msg_len, BT_OCTET16_LEN, cmac))