Home
last modified time | relevance | path

Searched refs:psa_mac_update (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c139 status = psa_mac_update(&operation, sg->data, sg->len); in bt_mesh_aes_cmac_mesh_key()
212 status = psa_mac_update(&operation, sg->data, sg->len); in bt_mesh_sha256_hmac_raw_key()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c273 return psaToOtError(psa_mac_update(operation, (const uint8_t *)aBuf, aBufLength)); in otPlatCryptoHmacSha256Update()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c734 psa_status_t ret = psa_mac_update(&(state->operation), data, len); in db_hash_update()