commit | c57e842eff49b05c4642dd7cfb1e7aa62ab932fa | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Tue Jul 27 07:16:33 2010 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Jul 31 19:53:05 2010 +0800 |
tree | eb8aaab8f88e937c16ecd88660d88fae21cb425a | |
parent | c635696c7c0fbc720698dbec34bb83e53df6a967 [diff] |
crypto: pcrypt - Rename pcrypt_instance 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>