forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathibmswtpm2.yaml
45 lines (45 loc) · 1.13 KB
/
ibmswtpm2.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"functions":
- "name": "TPM2_Import"
"params":
- "name": "in"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "TPM_RC TPM2_Import(Import_In *, Import_Out *)"
- "name": "TPM2_Load"
"params":
- "name": "in"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "TPM_RC TPM2_Load(Load_In *, Load_Out *)"
- "name": "TPM2_Create"
"params":
- "name": "in"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "TPM_RC TPM2_Create(Create_In *, Create_Out *)"
- "name": "TPM2_CreateLoaded"
"params":
- "name": "in"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "TPM_RC TPM2_CreateLoaded(CreateLoaded_In *, CreateLoaded_Out *)"
- "name": "TPM2_CreatePrimary"
"params":
- "name": "in"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "TPM_RC TPM2_CreatePrimary(CreatePrimary_In *, CreatePrimary_Out *)"
"language": "c++"
"project": "ibmswtpm2"
"target_name": "fuzz_tpm_server"
"target_path": "/src/ibmswtpm2/src/fuzzer.cc"