Lines Matching refs:spawn
100 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
104 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() argument
106 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
110 struct crypto_skcipher_spawn *spawn) in crypto_skcipher_spawn_alg() argument
112 return container_of(spawn->base.alg, struct skcipher_alg, base); in crypto_skcipher_spawn_alg()
116 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg() argument
118 return crypto_skcipher_spawn_alg(spawn); in crypto_spawn_skcipher_alg()
122 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher() argument
124 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
247 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple() local
249 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()