Lines Matching refs:spawn
91 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
95 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() argument
97 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
101 struct crypto_skcipher_spawn *spawn) in crypto_skcipher_spawn_alg() argument
103 return container_of(spawn->base.alg, struct skcipher_alg, base); in crypto_skcipher_spawn_alg()
107 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg() argument
109 return crypto_skcipher_spawn_alg(spawn); in crypto_spawn_skcipher_alg()
113 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher() argument
115 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
217 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple() local
219 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()