Home
last modified time | relevance | path

Searched refs:bt_mesh_sg (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c56 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, size_t sg_len, in bt_mesh_aes_cmac_raw_key()
79 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_mesh_key()
85 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len, in bt_mesh_sha256_hmac_raw_key()
Dcrypto.h16 struct bt_mesh_sg { struct
34 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, size_t sg_len, argument
37 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, size_t sg_len,
40 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len,
Dcrypto.c29 struct bt_mesh_sg sg = {.data = m, .len = len}; in bt_mesh_aes_cmac_one_raw_key()
37 struct bt_mesh_sg sg = {.data = m, .len = len}; in bt_mesh_aes_cmac_one_mesh_key()
45 struct bt_mesh_sg sg = {.data = m, .len = len}; in bt_mesh_sha256_hmac_one_raw_key()
80 struct bt_mesh_sg sg[3]; in bt_mesh_k2()
601 struct bt_mesh_sg sg[] = { in bt_mesh_prov_salt()
663 struct bt_mesh_sg sg[] = { { prov_rand, 16 }, { auth, 16 } }; in bt_mesh_prov_conf()
Ddfu_metadata.c78 struct bt_mesh_sg sg = {.data = buf->data, .len = buf->len}; in bt_mesh_dfu_metadata_comp_hash_get()
Dcrypto_psa.c125 int bt_mesh_aes_cmac_mesh_key(const struct bt_mesh_key *key, struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_mesh_key()
159 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_raw_key()
177 int bt_mesh_sha256_hmac_raw_key(const uint8_t key[32], struct bt_mesh_sg *sg, size_t sg_len, in bt_mesh_sha256_hmac_raw_key()