Home
last modified time | relevance | path

Searched refs:psa_hash_update (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_integrity.c57 ret = psa_hash_update(ctx, buffer, len); in updatehub_integrity_update()
/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_integrity.c78 rc = psa_hash_update(&hash_ctx, fac->rbuf, to_read); in flash_area_check_int_sha256()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum_sha256.c111 return psa_hash_update(ctx, input, ilen); in hash_update()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c564 status = al_psa_status(psa_hash_update(&hash_handle, msg, msg_len), in crp_hash_payload()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c391 return psaToOtError(psa_hash_update(operation, (const uint8_t *)aBuf, aBufLength)); in otPlatCryptoSha256Update()