Subversion Repositories Kolibri OS

Rev

Rev 3431 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3431 Rev 3532
Line 13... Line 13...
13
;    GNU General Public License for more details.
13
;    GNU General Public License for more details.
14
;
14
;
15
;    You should have received a copy of the GNU General Public License
15
;    You should have received a copy of the GNU General Public License
16
;    along with this program.  If not, see .
16
;    along with this program.  If not, see .
Line 17... Line -...
17
 
-
 
18
LIBCRASH_ENDIAN_LITTLE	= 0
-
 
19
LIBCRASH_ENDIAN_BIG	= 1
-
 
20
 
17
 
21
LIBCRASH_MD4	= 0
18
LIBCRASH_MD4		= 0
22
LIBCRASH_MD5	= 1
19
LIBCRASH_MD5		= 1
23
LIBCRASH_SHA1	= 2
20
LIBCRASH_SHA1		= 2
24
LIBCRASH_SHA224	= 3
21
LIBCRASH_SHA224		= 3
25
LIBCRASH_SHA256	= 4
22
LIBCRASH_SHA256		= 4
26
LIBCRASH_SHA384	= 5
23
LIBCRASH_SHA384		= 5
-
 
24
LIBCRASH_SHA512		= 6
-
 
25
LIBCRASH_SHA3_224	= 7
-
 
26
LIBCRASH_SHA3_256	= 8
-
 
27
LIBCRASH_SHA3_384	= 9
Line 27... Line 28...
27
LIBCRASH_SHA512	= 6
28
LIBCRASH_SHA3_512	= 10
28
 
29
 
29
struct crash_item
30
struct crash_item
-
 
31
	function	dd ?
30
	function	dd ?
32
	init_val	dd ?
31
	init_val	dd ?
33
	finalproc	dd ?
32
	postproc	dd ?
34
	postproc	dd ?
33
	len_in		dd ?
35
	len_in		dd ?
34
	len_out		dd ?
36
	len_out		dd ?
35
	len_blk		dd ?
-
 
36
	len_size	dd ?
37
	len_blk		dd ?