Home
last modified time | relevance | path

Searched refs:hash_table (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c186 struct remoteproc_segment *hash_table; member
614 struct remoteproc_segment *hash_table = NULL; in get_hash_table() local
627 hash_table = TEE_Malloc(length, TEE_MALLOC_FILL_ZERO); in get_hash_table()
628 if (!hash_table) in get_hash_table()
631 memcpy(hash_table, tlv_hash, length); in get_hash_table()
633 ctx->hash_table = hash_table; in get_hash_table()
693 peh = (void *)(ctx->hash_table); in get_segment_hash()
879 TEE_Free(ctx->hash_table); in remoteproc_load_elf()
880 ctx->hash_table = NULL; in remoteproc_load_elf()
/optee_os/scripts/
H A Dsign_rproc_fw.py430 hash_table = SegmentHash(img)
431 hash_tlv.extend(hash_table.get_table())