>>>     Does it make sense to make src/crypto/sys for kernel code?
>>>     (for IPsec we need crypto code *in kernel*).
>>I'd say it makes a lot of sense.
>Yes, but shouldn't it be src/sys/crypto if we want to have 
>"kern-developer" still have a sensible meaning ?  (and for
>all the other reasons which made us move src/contrib/sys to
>src/sys/contrib)

        FYI, There are crypto-related files in the following locations.
        I'll take a detailed look into both repositories...

itojun


src/sys/netinet6/esp_output.c
src/sys/netinet6/esp_input.c
src/sys/netinet6/esp_core.c
src/sys/crypto/cast128/cast128.c
src/sys/crypto/cast128/cast128.h
src/sys/crypto/cast128/cast128_cbc.c
src/sys/crypto/cast128/cast128_subkey.h
src/sys/crypto/blowfish/bf_cbc.c
src/sys/crypto/blowfish/bf_cbc_m.c
src/sys/crypto/blowfish/bf_enc.c
src/sys/crypto/blowfish/bf_locl.h
src/sys/crypto/blowfish/bf_pi.h
src/sys/crypto/blowfish/bf_skey.c
src/sys/crypto/blowfish/blowfish.h
src/sys/crypto/des/des_3cbc.c
src/sys/crypto/des/des.h
src/sys/crypto/des/des_cbc.c
src/sys/crypto/des/des_ecb.c
src/sys/crypto/des/des_locl.h
src/sys/crypto/des/des_setkey.c
src/sys/crypto/des/podd.h
src/sys/crypto/des/sk.h
src/sys/crypto/des/spr.h


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to