VirtualBox

Changeset 51828 in vbox for trunk/src


Ignore:
Timestamp:
Jul 3, 2014 3:04:39 AM (11 years ago)
Author:
vboxsync
Message:

Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit rotate methods. Hope the latter compiles well with gcc, if not I will fix it after some sleep.

Location:
trunk/src/VBox
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r51825 r51828  
    269269        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md2-alt.cpp \
    270270        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md5.cpp \
    271         $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha1.cpp \
     271        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha1-alt.cpp \
    272272        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha256.cpp \
    273273        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha512.cpp \
  • trunk/src/VBox/Runtime/Makefile.kmk

    r51821 r51828  
    313313        common/checksum/RTSha1Digest.cpp \
    314314        common/checksum/RTSha256Digest.cpp \
    315         common/checksum/sha1.cpp \
     315        common/checksum/sha1-alt.cpp \
    316316        common/checksum/sha1str.cpp \
    317317        common/checksum/sha256.cpp \
     
    20372037        common/crypto/taf-sanity.cpp \
    20382038        common/checksum/md2-alt.cpp \
    2039         common/checksum/sha1.cpp \
     2039        common/checksum/sha1-alt.cpp \
    20402040        common/checksum/sha256.cpp \
    20412041        common/checksum/sha512.cpp \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette