Searched refs:psa_mac_sign_finish (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_psa.c | 147 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/ |
D | crypto_psa.c | 287 return psaToOtError(psa_mac_sign_finish(operation, aBuf, aBufLength, &mac_length)); in otPlatCryptoHmacSha256Finish()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 738 if (psa_mac_sign_finish(&(state->operation), db_hash.hash, 16, in db_hash_finish()
|