Searched refs:sm_actual_encryption_key_size (Results 1 – 3 of 3) sorted by relevance
/btstack/src/ble/ |
H A D | sm.c | 1255 …sm_conn->sm_actual_encryption_key_size = sm_calc_actual_encryption_key_size(sm_pairing_packet_get_… in sm_stk_generation_init() 1256 if (sm_conn->sm_actual_encryption_key_size == 0u) return SM_REASON_ENCRYPTION_KEY_SIZE; in sm_stk_generation_init() 1541 …("sm: store SC LTK (key size %u, authenticated %u)", sm_conn->sm_actual_encryption_key_size, sm_co… in sm_store_bonding_information() 1544 …db_encryption_set(le_db_index, 0, zero_rand, setup->sm_ltk, sm_conn->sm_actual_encryption_key_size, in sm_store_bonding_information() 1551 …yption information (key size %u, authenticated %u)", sm_conn->sm_actual_encryption_key_size, sm_co… in sm_store_bonding_information() 1553 …sm_conn->sm_actual_encryption_key_size, sm_conn->sm_connection_authenticated, sm_conn->sm_connecti… in sm_store_bonding_information() 1740 sm_truncate_key(setup->sm_ltk, sm_conn->sm_actual_encryption_key_size); in sm_sc_cmac_done() 1796 sm_truncate_key(setup->sm_ltk, sm_conn->sm_actual_encryption_key_size); in sm_sc_cmac_done() 2167 sm_connection->sm_actual_encryption_key_size = encryption_key_size; in sm_load_security_info() 2180 sm_connection->sm_actual_encryption_key_size = (setup->sm_local_rand[7u] & 0x0fu) + 1u; in sm_start_calculating_ltk_from_ediv_and_rand() [all …]
|
/btstack/src/ |
H A D | hci.h | 464 uint8_t sm_actual_encryption_key_size; member
|
H A D | hci.c | 9785 return sm_conn->sm_actual_encryption_key_size; in gap_encryption_key_size()
|