commit | 6bfd48096ff8ecabf955958b51ddfa7988eb0a14 | [log] [tgz] |
---|---|---|
author | Herbert Xu <[email protected]> | Thu Sep 21 11:39:29 2006 +1000 |
committer | Herbert Xu <[email protected]> | Thu Sep 21 11:39:29 2006 +1000 |
tree | 813799f00d8402348ba6817953b1c631541be66c | |
parent | 492e2b63eb10c28f4f0b694264d74a8755cd1be0 [diff] |
[CRYPTO] api: Added spawns Spawns lock a specific crypto algorithm in place. They can then be used with crypto_spawn_tfm to allocate a tfm for that algorithm. When the base algorithm of a spawn is deregistered, all its spawns will be automatically removed. Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: David S. Miller <[email protected]>