Subversion Repositories Kolibri OS

Rev

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

Rev 7321 Rev 7322
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 7321 $
8
$Revision: 7322 $
9
 
9
 
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11
;;                                                            ;;
11
;;                                                            ;;
Line 223... Line 223...
223
 
223
 
224
        mov     dl, byte[ecx]
224
        mov     dl, byte[ecx]
Line 225... Line 225...
225
        mov     byte[ebx], dl
225
        mov     byte[ebx], dl
226
 
226
 
227
        ; hash security function
227
;              hash security function
228
        add     dword[hashDataFunction1], edx
228
;       add     dword[hashDataFunction1], edx
229
        mov     edx, dword[hashDataFunction1]
229
;       mov     edx, dword[hashDataFunction1]
Line 230... Line 230...
230
        add     dword[hashDataFunction2], edx
230
;       add     dword[hashDataFunction2], edx
231
        ;-----------------------------
231
;          -----------------------------
232
 
232