Home
last modified time | relevance | path

Searched hist:"67 cd080c5070b4f17520c1385f7684206f4987b3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dproc.cdiff 67cd080c5070b4f17520c1385f7684206f4987b3 Thu Nov 06 00:39:16 CST 2008 Herbert Xu <herbert@gondor.apana.org.au> crypto: api - Call type show function before legacy for proc

This patch makes /proc/crypto call the type-specific show function
if one is present before calling the legacy show functions for
cipher/digest/compress. This allows us to reuse the type values
for those legacy types. In particular, hash and digest will share
one type value while shash is phased in as the default hash type.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>