Home
last modified time | relevance | path

Searched refs:psa_hash_operation_init (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_integrity.c28 *ctx = psa_hash_operation_init(); in updatehub_integrity_init()
/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_integrity.c54 hash_ctx = psa_hash_operation_init(); in flash_area_check_int_sha256()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum_sha256.c106 *ctx = psa_hash_operation_init(); in hash_setup()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c544 psa_hash_operation_t hash_handle = psa_hash_operation_init(); in crp_hash_payload()