]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Import crypt code from musl
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 27 Nov 2019 14:22:30 +0000 (16:22 +0200)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 27 Nov 2019 19:25:20 +0000 (21:25 +0200)
commit838ab142e54040cb65ae85a6ba04dd3e498ca98b
tree002a93300b010eceeb42d81abbf05a9b23237ec1
parentbb60ccb335df44fb65d7f74e75127db438b80389
Import crypt code from musl

Copied as is from the official musl git mirror
git://git.musl-libc.org/musl, commit 6fcb440d.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Roxana Nicolescu <nicolescu.roxana1996@gmail.com>
musl-imported/src/crypt/crypt.c [new file with mode: 0644]
musl-imported/src/crypt/crypt_blowfish.c [new file with mode: 0644]
musl-imported/src/crypt/crypt_des.c [new file with mode: 0644]
musl-imported/src/crypt/crypt_des.h [new file with mode: 0644]
musl-imported/src/crypt/crypt_md5.c [new file with mode: 0644]
musl-imported/src/crypt/crypt_r.c [new file with mode: 0644]
musl-imported/src/crypt/crypt_sha256.c [new file with mode: 0644]
musl-imported/src/crypt/crypt_sha512.c [new file with mode: 0644]
musl-imported/src/crypt/encrypt.c [new file with mode: 0644]
musl-imported/src/include/crypt.h [new file with mode: 0644]