Lines Matching refs:spawn
92 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
96 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() argument
98 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
102 struct crypto_skcipher_spawn *spawn) in crypto_skcipher_spawn_alg() argument
104 return container_of(spawn->base.alg, struct skcipher_alg, base); in crypto_skcipher_spawn_alg()
108 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg() argument
110 return crypto_skcipher_spawn_alg(spawn); in crypto_spawn_skcipher_alg()
114 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher() argument
116 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()