crypto: pcrypt - Rename pcrypt_instance
authorSteffen Klassert <steffen.klassert@secunet.com>
Tue, 27 Jul 2010 05:16:33 +0000 (07:16 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 31 Jul 2010 11:53:05 +0000 (19:53 +0800)
In the crypto-layer an instance refers usually to a crypto instance.
The struct pcrypt_instance is not related to a crypto instance.
It rather contains the padata informations, so we rename it to
padata_pcrypt. The functions that handle this struct are renamed
accordingly.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found