Searched refs:psa_hash_update (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_integrity.c | 57 ret = psa_hash_update(ctx, buffer, len); in updatehub_integrity_update()
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map_integrity.c | 78 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/ |
D | fs_mgmt_hash_checksum_sha256.c | 111 return psa_hash_update(ctx, input, ilen); in hash_update()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 564 status = al_psa_status(psa_hash_update(&hash_handle, msg, msg_len), in crp_hash_payload()
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 391 return psaToOtError(psa_hash_update(operation, (const uint8_t *)aBuf, aBufLength)); in otPlatCryptoSha256Update()
|