Searched full:bt_encrypt_be (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/ |
D | main.c | 25 ZTEST_SUITE(bt_encrypt_be, NULL, NULL, NULL, NULL, NULL); 28 * Test bt_encrypt_be() succeeds 35 * - bt_encrypt_be() returns 0 (success) 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-latest/tests/bluetooth/host/crypto/bt_encrypt_be/ |
D | testcase.yaml | 6 bluetooth.host.bt_encrypt_be.default:
|
D | CMakeLists.txt | 7 project(bt_encrypt_be) project
|
/Zephyr-latest/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_psa.c | 111 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16], in bt_encrypt_be() function
|
/Zephyr-latest/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-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 39 return bt_encrypt_be(key->key, plaintext, enc_data); in bt_mesh_encrypt()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | crypto.h | 68 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16],
|