Searched refs:mac_len (Results 1 – 2 of 2) sorted by relevance
145 size_t mac_len; in bt_mesh_aes_cmac_mesh_key() local147 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() local221 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()
632 uint16_t mac_len = SL_MAC_ADDR_LEN; in z_simplelink_get_mac() local636 &mac_len, (uint8_t *)mac); in z_simplelink_get_mac()