crypto: scomp - allow registration of multiple scomps
Add crypto_register_scomps and crypto_unregister_scomps to allow the registration of multiple implementations with one call. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
6263b51eb3
commit
3de4f5e1a5
@@ -133,4 +133,7 @@ int crypto_register_scomp(struct scomp_alg *alg);
|
||||
*/
|
||||
int crypto_unregister_scomp(struct scomp_alg *alg);
|
||||
|
||||
int crypto_register_scomps(struct scomp_alg *algs, int count);
|
||||
void crypto_unregister_scomps(struct scomp_alg *algs, int count);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user