Home
last modified time | relevance | path

Searched refs:aes_128 (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/include/crypto/
Dcrypto.h28 Octet16 aes_128(const Octet16& key, const Octet16& message);
33 inline Octet16 aes_128(const Octet16& key, const uint8_t* message, in aes_128() function
37 return aes_128(key, padded_message); in aes_128()
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes_cmac.cc66 Octet16 aes_128(const Octet16& key, const Octet16& message) { in aes_128() function
113 output = aes_128(key, *(Octet16*)&cmac_cb.text[(cmac_cb.round - i) * kOctet16Length]); in cmac_aes_k_calculate()
146 Octet16 p = aes_128(key, zero); in cmac_generate_subkey()
Dcrypto_toolbox.cc217 Octet16 p1bis = aes_128(k, p1); in c1()
230 return aes_128(k, p2); in c1()
238 return aes_128(k, text); in s1()
Dcrypto_toolbox.h41 bluetooth::hci::Octet16 aes_128(
Dcrypto_toolbox_test.cc275 Octet16 result = aes_128(IRK, prand); in TEST()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc52 using crypto_toolbox::aes_128;
194 p_cb->csrk = aes_128(er, buffer); in smp_compute_csrk()
350 Octet16 e1 = aes_128(p_cb->tk, p1); in smp_calculate_comfirm()
358 *output = aes_128(p_cb->tk, p2); in smp_calculate_comfirm()
505 Octet16 output = aes_128(dhk, rand16); in smp_generate_y()
522 Octet16 ltk = aes_128(er, div16); in smp_generate_ltk_cont()
588 return aes_128(p_cb->tk, text); in smp_calculate_legacy_short_term_key()
/packages/modules/Bluetooth/tools/rootcanal/lib/crypto/
Dcrypto.cc26 Octet16 aes_128(const Octet16& key, const Octet16& message) { in aes_128() function
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress_with_type.h69 rootcanal::crypto::aes_128(irk, &prand[0], 3); in IsRpaThatMatchesIrk()
/packages/modules/Bluetooth/system/gd/hci/
Daddress_with_type.h65 hci::Octet16 computed_hash = crypto_toolbox::aes_128(irk, prand); in IsRpaThatMatchesIrk()
Dle_address_manager.cc451 Octet16 p = crypto_toolbox::aes_128(rotation_irk_, rand); in generate_rpa()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_addr.cc85 Octet16 x = crypto_toolbox::aes_128(irk, rand); in rpa_matches_irk()
Dbtm_ble_sec.cc1875 crypto_toolbox::aes_128(btm_sec_cb.devcb.id_keys.ir, btm_ble_dhk_pt); in btm_ble_reset_id_impl()
1881 crypto_toolbox::aes_128(btm_sec_cb.devcb.id_keys.ir, btm_ble_irk_pt); in btm_ble_reset_id_impl()
/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc280 Octet16 output = crypto_toolbox::aes_128(p_cb_.tk, p1); in TEST_F()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h520 Octet16 x = crypto_toolbox::aes_128(sirk, rand); in is_rsi_match_sirk()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2761 auto encrypted_data = rootcanal::crypto::aes_128( in LeEncrypt()
Dlink_layer_controller.cc2872 rootcanal::crypto::aes_128(irk, prand.data(), 3); in generate_rpa()