Print this page
Integrated Edon-R hash function.
*** 301,310 ****
--- 301,311 ----
file path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/des group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755
+ file path=kernel/crypto/$(ARCH64)/edonr group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755
*** 312,321 ****
--- 313,323 ----
$(i386_ONLY)file path=kernel/crypto/aes group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/arcfour group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/blowfish group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/des group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/ecc group=sys mode=0755
+ $(i386_ONLY)file path=kernel/crypto/edonr group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/md4 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/md5 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/rsa group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/sha1 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/sha2 group=sys mode=0755
*** 815,830 ****
--- 817,835 ----
# We keep the manual page generic
$(sparc_ONLY)file path=usr/share/man/man7d/dad.7d
$(i386_ONLY)file path=usr/share/man/man7d/smbios.7d
# Sadly vuid mouse support is in different packages on different platforms
# While kstat(7D) is in SUNWcs, the structures are general
+ hardlink path=kernel/misc/$(ARCH64)/edonr \
+ target=../../../kernel/crypto/$(ARCH64)/edonr
hardlink path=kernel/misc/$(ARCH64)/md5 \
target=../../../kernel/crypto/$(ARCH64)/md5
hardlink path=kernel/misc/$(ARCH64)/sha1 \
target=../../../kernel/crypto/$(ARCH64)/sha1
hardlink path=kernel/misc/$(ARCH64)/sha2 \
target=../../../kernel/crypto/$(ARCH64)/sha2
+ $(i386_ONLY)hardlink path=kernel/misc/edonr target=../../kernel/crypto/edonr
$(i386_ONLY)hardlink path=kernel/misc/md5 target=../../kernel/crypto/md5
$(i386_ONLY)hardlink path=kernel/misc/sha1 target=../../kernel/crypto/sha1
$(i386_ONLY)hardlink path=kernel/misc/sha2 target=../../kernel/crypto/sha2
hardlink path=kernel/socketmod/$(ARCH64)/icmp \
target=../../../kernel/drv/$(ARCH64)/icmp