Searched refs:bt_encrypt_be (Results 1 – 3 of 3) sorted by relevance
/subsys/bluetooth/host/ |
A D | aes_ccm.c | 55 err = bt_encrypt_be(key, b, X0); in ccm_calculate_X0() 79 err = bt_encrypt_be(key, b, X0); in ccm_calculate_X0() 93 err = bt_encrypt_be(key, b, X0); in ccm_calculate_X0() 122 err = bt_encrypt_be(key, b, s0); in ccm_auth() 141 err = bt_encrypt_be(key, b, Xn); in ccm_auth() 176 err = bt_encrypt_be(key, a_i, s_i); in ccm_crypt()
|
A D | crypto_psa.c | 118 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16], in bt_encrypt_be() function
|
/subsys/bluetooth/controller/crypto/ |
A D | crypto.c | 36 int bt_encrypt_be(const uint8_t key[16], const uint8_t plaintext[16], in bt_encrypt_be() function
|
Completed in 47 milliseconds