You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Tizen.Security.TEEC/Tizen.Security.TEEC/Libteec.cs
+13-13
Original file line number
Diff line number
Diff line change
@@ -35,28 +35,28 @@ public class LoginMethod
35
35
/// <summary>
36
36
/// This type denotes Value parameter
37
37
/// </summary>
38
-
publicenumValueType:UInt32
38
+
publicenumTEFValueType:UInt32
39
39
{
40
-
Input=0x00000001,///< The Parameter is a ValueType tagged as input.
41
-
Output=0x00000002,///< The Parameter is a ValueType tagged as output.
42
-
InOut=0x00000003,///< The Parameter is a ValueType tagged as both as input and output.
40
+
Input=0x00000001,///< The Parameter is a TEFValueType tagged as input.
41
+
Output=0x00000002,///< The Parameter is a TEFValueType tagged as output.
42
+
InOut=0x00000003,///< The Parameter is a TEFValueType tagged as both as input and output.
43
43
}
44
44
45
45
/// <summary>
46
46
/// This type denotes TempMemoryReference parameter
47
47
/// describing a region of memory which needs to be temporarily registered for the duration of the operation.
48
48
/// </summary>
49
-
publicenumTempMemoryType:UInt32
49
+
publicenumTEFTempMemoryType:UInt32
50
50
{
51
-
Input=0x00000005,///< The Parameter is a TempMemoryType and is tagged as input
51
+
Input=0x00000005,///< The Parameter is a TEFTempMemoryType and is tagged as input
52
52
Output=0x00000006,///< Same as Input, but the Memory Reference is tagged as output
53
53
InOut=0x00000007,///< A Temporary Memory Reference tagged as both input and output.
54
54
}
55
55
56
56
/// <summary>
57
57
/// This type denotes SharedMemoryReference parameter
58
58
/// </summary>
59
-
publicenumRegisteredMemoryType:UInt32
59
+
publicenumTEFRegisteredMemoryType:UInt32
60
60
{
61
61
Whole=0x0000000C,///< The Parameter is a Registered Memory Reference that refers to the entirety of its parent Shared Memory block.
62
62
PartialInput=0x0000000D,///< A Registered Memory Reference structure that refers to a partial region of its parent Shared Memory block and is tagged as input.
0 commit comments