Lines Matching full:h
6 #include <crypto/crypto.h>
7 #include <initcall.h>
8 #include <kernel/early_ta.h>
9 #include <kernel/embedded_ts.h>
10 #include <kernel/ts_store.h>
11 #include <kernel/user_ta.h>
12 #include <stdio.h>
13 #include <string.h>
14 #include <trace.h>
15 #include <utee_defines.h>
16 #include <util.h>
30 struct ts_store_handle **h) in early_ta_open() argument
32 return emb_ts_open(uuid, h, find_early_ta); in early_ta_open()