Searched refs:hash_table (Results 1 – 2 of 2) sorted by relevance
186 struct remoteproc_segment *hash_table; member614 struct remoteproc_segment *hash_table = NULL; in get_hash_table() local627 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()
430 hash_table = SegmentHash(img)431 hash_tlv.extend(hash_table.get_table())