Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c147 status = psa_mac_sign_finish(&operation, mac, 16, &mac_len); in bt_mesh_aes_cmac_mesh_key()
221 status = psa_mac_sign_finish(&operation, mac, 32, &mac_len); in bt_mesh_sha256_hmac_raw_key()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c287 return psaToOtError(psa_mac_sign_finish(operation, aBuf, aBufLength, &mac_length)); in otPlatCryptoHmacSha256Finish()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c738 if (psa_mac_sign_finish(&(state->operation), db_hash.hash, 16, in db_hash_finish()