Home
last modified time | relevance | path

Searched refs:mac_len (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcrypto_psa.c145 size_t mac_len; in bt_mesh_aes_cmac_mesh_key() local
147 status = psa_mac_sign_finish(&operation, mac, 16, &mac_len); in bt_mesh_aes_cmac_mesh_key()
152 if (mac_len != 16) { in bt_mesh_aes_cmac_mesh_key()
219 size_t mac_len; in bt_mesh_sha256_hmac_raw_key() local
221 status = psa_mac_sign_finish(&operation, mac, 32, &mac_len); in bt_mesh_sha256_hmac_raw_key()
227 if (mac_len != 32) { in bt_mesh_sha256_hmac_raw_key()
/Zephyr-Core-3.7.0/drivers/wifi/simplelink/
Dsimplelink_support.c632 uint16_t mac_len = SL_MAC_ADDR_LEN; in z_simplelink_get_mac() local
636 &mac_len, (uint8_t *)mac); in z_simplelink_get_mac()