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/ |
D | main.c | 25 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/ |
D | aes_ccm.c | 52 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()
|
D | crypto.c | 146 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/ |
D | CMakeLists.txt | 10 project(bt_encrypt_be) project
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/crypto/ |
D | crypto.c | 36 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/ |
D | crypto.h | 68 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16],
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 39 return bt_encrypt_be(key->key, plaintext, enc_data); in bt_mesh_encrypt()
|