Home
last modified time | relevance | path

Searched refs:tSMP_ENC (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_addr.cc48 static void btm_gen_resolve_paddr_cmpl(tSMP_ENC* p) { in btm_gen_resolve_paddr_cmpl()
86 tSMP_ENC output; in btm_gen_resolve_paddr_low()
182 static bool btm_ble_proc_resolve_x(const tSMP_ENC& encrypt_output, in btm_ble_proc_resolve_x()
237 tSMP_ENC output; in btm_ble_addr_resolvable()
284 tSMP_ENC output; in btm_ble_match_random_bda()
Dbtm_ble.cc2445 static void btm_ble_process_irk(tSMP_ENC* p) { in btm_ble_process_irk()
2484 static void btm_ble_process_dhk(tSMP_ENC* p) { in btm_ble_process_dhk()
2486 tSMP_ENC output; in btm_ble_process_dhk()
2527 tSMP_ENC output; in btm_ble_reset_id()
Dbtm_ble_multi_adv.cc205 tSMP_ENC output; in OnRpaGenerationComplete()
/system/bt/stack/test/
Dstack_smp_test.cc92 tSMP_ENC* output);
207 tSMP_ENC output; in TEST_F()
208 memset(&output, 0, sizeof(tSMP_ENC)); in TEST_F()
219 tSMP_ENC output; in TEST_F()
Dble_advertiser_test.cc51 uint8_t pt_len, tSMP_ENC* p_out) { in SMP_Encrypt()
/system/bt/stack/smp/
Dsmp_cmac.cc126 tSMP_ENC output; in cmac_aes_k_calculate()
207 static void cmac_subkey_cont(tSMP_ENC* p) { in cmac_subkey_cont()
250 tSMP_ENC output; in cmac_generate_subkey()
Dsmp_keys.cc48 static void smp_process_stk(tSMP_CB* p_cb, tSMP_ENC* p);
50 tSMP_ENC* output);
113 uint8_t pt_len, tSMP_ENC* p_out) { in smp_encrypt_data()
237 tSMP_ENC output; in smp_generate_stk()
266 tSMP_ENC output; in smp_compute_csrk()
433 tSMP_ENC* output) { in smp_calculate_comfirm()
453 memset(output, 0, sizeof(tSMP_ENC)); in smp_calculate_comfirm()
466 memset(output, 0, sizeof(tSMP_ENC)); in smp_calculate_comfirm()
488 tSMP_ENC output; in smp_generate_confirm()
552 tSMP_ENC output; in smp_generate_compare()
[all …]
Dsmp_api.cc502 uint8_t pt_len, tSMP_ENC* p_out) in SMP_Encrypt()
Dsmp_int.h480 uint8_t pt_len, tSMP_ENC* p_out);
/system/bt/stack/include/
Dsmp_api.h193 uint8_t pt_len, tSMP_ENC* p_out);
Dsmp_api_types.h265 } tSMP_ENC; typedef