Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_integrity.c29 ret = psa_hash_setup(ctx, PSA_ALG_SHA_256); in updatehub_integrity_init()
/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_integrity.c55 rc = psa_hash_setup(&hash_ctx, PSA_ALG_SHA_256); in flash_area_check_int_sha256()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum_sha256.c107 return psa_hash_setup(ctx, PSA_ALG_SHA_256); in hash_setup()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c554 status = al_psa_status(psa_hash_setup(&hash_handle, alg), in crp_hash_payload()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c378 return psaToOtError(psa_hash_setup(operation, PSA_ALG_SHA_256)); in otPlatCryptoSha256Start()