|
@@ -68,12 +68,6 @@ static inline void crypto_set_skcipher_spawn(
|
|
int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,
|
|
int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,
|
|
u32 type, u32 mask);
|
|
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)
|
|
static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn)
|
|
{
|
|
{
|
|
crypto_drop_spawn(&spawn->base);
|
|
crypto_drop_spawn(&spawn->base);
|