-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathSystem.IO.Hashing.model.yml
More file actions
90 lines (90 loc) · 9.74 KB
/
System.IO.Hashing.model.yml
File metadata and controls
90 lines (90 loc) · 9.74 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: summaryModel
data:
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", False, "Append", "(System.Byte[])", "", "Argument[0].Element", "Argument[this]", "taint", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", True, "Append", "(System.ReadOnlySpan<System.Byte>)", "", "Argument[0]", "Argument[this]", "taint", "df-generated"]
- ["System.IO.Hashing", "XxHash128", False, "Clone", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.IO.Hashing", "XxHash32", False, "Clone", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.IO.Hashing", "XxHash3", False, "Clone", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- ["System.IO.Hashing", "XxHash64", False, "Clone", "()", "", "Argument[this]", "ReturnValue", "taint", "df-generated"]
- addsTo:
pack: codeql/csharp-all
extensible: neutralModel
data:
- ["System.IO.Hashing", "Crc32", "Clone", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "GetCurrentHashAsUInt32", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "GetHashAndResetCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "Hash", "(System.Byte[])", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "Hash", "(System.ReadOnlySpan<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "HashToUInt32", "(System.ReadOnlySpan<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc32", "TryHash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "Clone", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "GetCurrentHashAsUInt64", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "GetHashAndResetCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "Hash", "(System.Byte[])", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "Hash", "(System.ReadOnlySpan<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "HashToUInt64", "(System.ReadOnlySpan<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "Crc64", "TryHash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "Append", "(System.IO.Stream)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "AppendAsync", "(System.IO.Stream,System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetCurrentHash", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetCurrentHash", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetHashAndReset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetHashAndReset", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetHashAndResetCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "GetHashCode", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "NonCryptographicHashAlgorithm", "(System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "TryGetCurrentHash", "(System.Span<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "TryGetHashAndReset", "(System.Span<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "NonCryptographicHashAlgorithm", "get_HashLengthInBytes", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "GetCurrentHashAsUInt128", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "Hash", "(System.Byte[])", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "Hash", "(System.Byte[],System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "HashToUInt128", "(System.ReadOnlySpan<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "TryHash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash128", "XxHash128", "(System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "GetCurrentHashAsUInt32", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "Hash", "(System.Byte[])", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "Hash", "(System.Byte[],System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "HashToUInt32", "(System.ReadOnlySpan<System.Byte>,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "TryHash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash32", "XxHash32", "(System.Int32)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "GetCurrentHashAsUInt64", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "Hash", "(System.Byte[])", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "Hash", "(System.Byte[],System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "HashToUInt64", "(System.ReadOnlySpan<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "TryHash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash3", "XxHash3", "(System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "GetCurrentHashAsUInt64", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "GetCurrentHashCore", "(System.Span<System.Byte>)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "Hash", "(System.Byte[])", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "Hash", "(System.Byte[],System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "Hash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "HashToUInt64", "(System.ReadOnlySpan<System.Byte>,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "Reset", "()", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "TryHash", "(System.ReadOnlySpan<System.Byte>,System.Span<System.Byte>,System.Int32,System.Int64)", "summary", "df-generated"]
- ["System.IO.Hashing", "XxHash64", "XxHash64", "(System.Int64)", "summary", "df-generated"]