From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03895.html | 217 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 docs/doxygen/nel/a03895.html (limited to 'docs/doxygen/nel/a03895.html') diff --git a/docs/doxygen/nel/a03895.html b/docs/doxygen/nel/a03895.html new file mode 100644 index 00000000..25d13a36 --- /dev/null +++ b/docs/doxygen/nel/a03895.html @@ -0,0 +1,217 @@ + + +NeL: SHA1Context struct Reference + + + +
+

SHA1Context Struct Reference

+ + + + + + + + + + + + + + + + +

Data Fields

int Computed
int Corrupted
uint32_t Intermediate_Hash [20/4]
uint32_t Length_High
uint32_t Length_Low
uint8_t Message_Block [64]
int_least16_t Message_Block_Index
+

Field Documentation

+

+ + + + +
+ + +
int SHA1Context::Computed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 123 of file sha1.cpp. +

+Referenced by SHA1Input(), SHA1Reset(), and SHA1Result().

+

+ + + + +
+ + +
int SHA1Context::Corrupted +
+
+ + + + + +
+   + + +

+ +

+Definition at line 124 of file sha1.cpp. +

+Referenced by SHA1Input(), SHA1Reset(), and SHA1Result().

+

+ + + + +
+ + +
uint32_t SHA1Context::Intermediate_Hash[ 20 /4] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 114 of file sha1.cpp. +

+Referenced by SHA1ProcessMessageBlock(), SHA1Reset(), and SHA1Result().

+

+ + + + +
+ + +
uint32_t SHA1Context::Length_High +
+
+ + + + + +
+   + + +

+ +

+Definition at line 117 of file sha1.cpp. +

+Referenced by SHA1Input(), SHA1PadMessage(), SHA1Reset(), and SHA1Result().

+

+ + + + +
+ + +
uint32_t SHA1Context::Length_Low +
+
+ + + + + +
+   + + +

+ +

+Definition at line 116 of file sha1.cpp. +

+Referenced by SHA1Input(), SHA1PadMessage(), SHA1Reset(), and SHA1Result().

+

+ + + + +
+ + +
uint8_t SHA1Context::Message_Block[64] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 121 of file sha1.cpp. +

+Referenced by SHA1Input(), SHA1PadMessage(), SHA1ProcessMessageBlock(), and SHA1Result().

+

+ + + + +
+ + +
int_least16_t SHA1Context::Message_Block_Index +
+
+ + + + + +
+   + + +

+ +

+Definition at line 120 of file sha1.cpp. +

+Referenced by SHA1Input(), SHA1PadMessage(), SHA1ProcessMessageBlock(), and SHA1Reset().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:43:57 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1