summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-08-06 20:28:44 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-09-21 11:16:29 +1000
commit92534577ae461e4796a211cdc9ee31f7a72206c1 (patch)
treeb34e248d5e8035550a4fb1d7f95c7c2d5627f7e0 /crypto/Kconfig
parentf5f048c39d5b36dab0e36e1fa6cd87dc128e34fc (diff)
downloadlinux-crypto-92534577ae461e4796a211cdc9ee31f7a72206c1.tar.gz
linux-crypto-92534577ae461e4796a211cdc9ee31f7a72206c1.zip
[CRYPTO] api: Add crypto_alg reference counting
Up until now we've relied on module reference counting to ensure that the crypto_alg structures don't disappear from under us. This was good enough as long as each crypto_alg came from exactly one module. However, with parameterised crypto algorithms a crypto_alg object may need two or more modules to operate. This means that we need to count the references to the crypto_alg object directly. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/Kconfig')
0 files changed, 0 insertions, 0 deletions