]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/crypto/internal/skcipher.h
crypto: skcipher - Get rid of crypto_grab_skcipher2()
[mirror_ubuntu-bionic-kernel.git] / include / crypto / internal / skcipher.h
index 95d2a1822796a278e01ee1dcdc3f7352f5e05ed5..558f5c9a8bd96a9712ae005cd2accf42f0702edc 100644 (file)
@@ -68,12 +68,6 @@ static inline void crypto_set_skcipher_spawn(
 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,
                         u32 type, u32 mask);
 
-static inline int crypto_grab_skcipher2(struct crypto_skcipher_spawn *spawn,
-                                       const char *name, u32 type, u32 mask)
-{
-       return crypto_grab_skcipher(spawn, name, type, mask);
-}
-
 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn)
 {
        crypto_drop_spawn(&spawn->base);