Home
last modified time | relevance | path

Searched full:bt_encrypt_be (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/
Dmain.c25 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/
Dtestcase.yaml6 bluetooth.host.bt_encrypt_be.default:
DCMakeLists.txt7 project(bt_encrypt_be) project
/Zephyr-latest/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_psa.c111 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/
Dcrypto.c36 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16], in bt_encrypt_be() function
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c39 return bt_encrypt_be(key->key, plaintext, enc_data); in bt_mesh_encrypt()
/Zephyr-latest/include/zephyr/bluetooth/
Dcrypto.h68 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16],