Home
last modified time | relevance | path

Searched refs:bt_encrypt_be (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/host/crypto/bt_encrypt_be/src/
Dmain.c25 ZTEST_SUITE(bt_encrypt_be, NULL, NULL, NULL, NULL, NULL);
37 ZTEST(bt_encrypt_be, test_bt_encrypt_be_succeeds) in ZTEST() argument
47 err = bt_encrypt_be(key, plaintext, enc_data); in ZTEST()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Daes_ccm.c52 err = bt_encrypt_be(key, b, X0); in ccm_calculate_X0()
76 err = bt_encrypt_be(key, b, X0); in ccm_calculate_X0()
90 err = bt_encrypt_be(key, b, X0); in ccm_calculate_X0()
119 err = bt_encrypt_be(key, b, s0); in ccm_auth()
138 err = bt_encrypt_be(key, b, Xn); in ccm_auth()
173 err = bt_encrypt_be(key, a_i, s_i); in ccm_crypt()
Dcrypto.c146 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16], in bt_encrypt_be() function
/Zephyr-Core-3.5.0/tests/bluetooth/host/crypto/bt_encrypt_be/
DCMakeLists.txt10 project(bt_encrypt_be) project
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/crypto/
Dcrypto.c36 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16], in bt_encrypt_be() function
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dcrypto.h68 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16],
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dcrypto_tc.c39 return bt_encrypt_be(key->key, plaintext, enc_data); in bt_mesh_encrypt()