Home
last modified time | relevance | path

Searched hist:"3 c7eb3cc8360736123a3139a1ec727d746de3252" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/crypto/
H A Dmd5.cdiff 3c7eb3cc8360736123a3139a1ec727d746de3252 Thu Mar 16 09:18:57 CDT 2017 Jason A. Donenfeld <Jason@zx2c4.com> md5: remove from lib and only live in crypto

The md5_transform function is no longer used any where in the tree,
except for the crypto api's actual implementation of md5, so we can drop
the function from lib and put it as a static function of the crypto
file, where it belongs. There should be no new users of md5_transform,
anyway, since there are more modern ways of doing what it once achieved.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/openbmc/linux/lib/
H A DMakefilediff 3c7eb3cc8360736123a3139a1ec727d746de3252 Thu Mar 16 09:18:57 CDT 2017 Jason A. Donenfeld <Jason@zx2c4.com> md5: remove from lib and only live in crypto

The md5_transform function is no longer used any where in the tree,
except for the crypto api's actual implementation of md5, so we can drop
the function from lib and put it as a static function of the crypto
file, where it belongs. There should be no new users of md5_transform,
anyway, since there are more modern ways of doing what it once achieved.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>