Home
last modified time | relevance | path

Searched defs:sg (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/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()
Ddfu_metadata.c78 struct bt_mesh_sg sg = {.data = buf->data, .len = buf->len}; in bt_mesh_dfu_metadata_comp_hash_get() local
Dcrypto.c29 struct bt_mesh_sg sg = {.data = m, .len = len}; in bt_mesh_aes_cmac_one_raw_key() local
37 struct bt_mesh_sg sg = {.data = m, .len = len}; in bt_mesh_aes_cmac_one_mesh_key() local
45 struct bt_mesh_sg sg = {.data = m, .len = len}; in bt_mesh_sha256_hmac_one_raw_key() local
80 struct bt_mesh_sg sg[3]; in bt_mesh_k2() local
601 struct bt_mesh_sg sg[] = { in bt_mesh_prov_salt() local
663 struct bt_mesh_sg sg[] = { { prov_rand, 16 }, { auth, 16 } }; in bt_mesh_prov_conf() local
Dcrypto_psa.c124 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()
158 int bt_mesh_aes_cmac_raw_key(const uint8_t key[16], struct bt_mesh_sg *sg, in bt_mesh_aes_cmac_raw_key()
176 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()