Home
last modified time | relevance | path

Searched refs:memset (Results 1 – 11 of 11) sorted by relevance

/secure_fw/spm/include/
A Dutilities.h44 #define spm_memset memset
/secure_fw/shared/
A Dcrt_memset.c10 void *memset(void *s, int c, size_t n) in memset() function
/secure_fw/partitions/crypto/
A Dcrypto_alloc.c63 (void)memset((uint8_t *)&(operations[index].operation), 0, in memset_operation_context()
77 (void)memset(operations, 0, sizeof(operations)); in tfm_crypto_init_alloc()
A Dcrypto_init.c139 (void)memset(scratch.buf, 0, scratch.alloc_index); in tfm_crypto_clear_scratch()
/secure_fw/partitions/protected_storage/
A Dps_object_system.c57 (void)memset(obj, PS_DEFAULT_EMPTY_BUFF_VAL, PS_MAX_OBJECT_SIZE); in ps_init_empty_object()
372 (void)memset(&g_ps_object, PS_DEFAULT_EMPTY_BUFF_VAL, in ps_object_read()
495 (void)memset(&g_ps_object, PS_DEFAULT_EMPTY_BUFF_VAL, PS_MAX_OBJECT_SIZE); in ps_object_create()
602 (void)memset(&g_ps_object, PS_DEFAULT_EMPTY_BUFF_VAL, in ps_object_write()
660 (void)memset(&g_ps_object, PS_DEFAULT_EMPTY_BUFF_VAL, in ps_object_get_info()
744 (void)memset(&g_ps_object, PS_DEFAULT_EMPTY_BUFF_VAL, in ps_object_delete()
A Dps_object_table.c845 (void)memset(&ps_obj_table_ctx.obj_table.obj_db[idx], in ps_table_delete_entry()
854 (void)memset(&ps_obj_table_ctx, PS_DEFAULT_EMPTY_BUFF_VAL, in ps_object_table_create()
/secure_fw/partitions/internal_trusted_storage/flash/
A Dits_flash_ram.c73 (void)memset((uint8_t *)cfg->flash_dev + idx, cfg->erase_val, in its_flash_ram_erase()
A Dits_flash_nand.c199 (void)memset(flash_dev->write_buf_0, 0, flash_dev->buf_size); in its_flash_nand_flush()
212 (void)memset(flash_dev->write_buf_1, 0, flash_dev->buf_size); in its_flash_nand_flush()
/secure_fw/partitions/firmware_update/bootloader/mcuboot/
A Dtfm_mcuboot_fwu.c378 memset(buf, erased_val, align); in erase_image_ok()
449 memset(&magic[0], erased_val, sizeof(magic)); in erase_boot_magic()
/secure_fw/partitions/internal_trusted_storage/flash_fs/
A Dits_flash_fs.c158 memset(fs_ctx, 0, sizeof(*fs_ctx)); in its_flash_fs_init_ctx()
A Dits_flash_fs_mblock.c1304 (void)memset(&file_metadata, ITS_DEFAULT_EMPTY_BUFF_VAL, in its_flash_fs_mblock_reset_metablock()

Completed in 49 milliseconds