crypto: acomp - allow registration of multiple acomps
Add crypto_register_acomps and crypto_unregister_acomps 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
b2a1d27179
commit
3ce5bc72eb
@@ -78,4 +78,7 @@ int crypto_register_acomp(struct acomp_alg *alg);
|
||||
*/
|
||||
int crypto_unregister_acomp(struct acomp_alg *alg);
|
||||
|
||||
int crypto_register_acomps(struct acomp_alg *algs, int count);
|
||||
void crypto_unregister_acomps(struct acomp_alg *algs, int count);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user