Searched refs:sm_key_distribution_send_set (Results 1 – 1 of 1) sorted by relevance
316 uint8_t sm_key_distribution_send_set; member934 setup->sm_key_distribution_send_set = sm_key_distribution_flags_for_set(keys_to_send); in sm_setup_key_distribution()2496 if ((setup->sm_key_distribution_send_set & SM_KEYDIST_FLAG_ENCRYPTION_INFORMATION) != 0u){ in sm_run_distribute_keys()2497 setup->sm_key_distribution_send_set &= ~SM_KEYDIST_FLAG_ENCRYPTION_INFORMATION; in sm_run_distribute_keys()2506 if ((setup->sm_key_distribution_send_set & SM_KEYDIST_FLAG_MASTER_IDENTIFICATION) != 0u){ in sm_run_distribute_keys()2507 setup->sm_key_distribution_send_set &= ~SM_KEYDIST_FLAG_MASTER_IDENTIFICATION; in sm_run_distribute_keys()2517 if ((setup->sm_key_distribution_send_set & SM_KEYDIST_FLAG_IDENTITY_INFORMATION) != 0u){ in sm_run_distribute_keys()2518 setup->sm_key_distribution_send_set &= ~SM_KEYDIST_FLAG_IDENTITY_INFORMATION; in sm_run_distribute_keys()2527 … if ((setup->sm_key_distribution_send_set & SM_KEYDIST_FLAG_IDENTITY_ADDRESS_INFORMATION) != 0u){ in sm_run_distribute_keys()2528 setup->sm_key_distribution_send_set &= ~SM_KEYDIST_FLAG_IDENTITY_ADDRESS_INFORMATION; in sm_run_distribute_keys()[all …]