Lines Matching refs:spawn
72 struct crypto_cipher_spawn *spawn; in lskcipher_init_tfm_simple2() local
75 spawn = lskcipher_instance_ctx(inst); in lskcipher_init_tfm_simple2()
76 cipher = crypto_spawn_cipher(spawn); in lskcipher_init_tfm_simple2()
100 struct crypto_cipher_spawn *spawn; in lskcipher_alloc_instance_simple2() local
110 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in lskcipher_alloc_instance_simple2()
113 spawn = lskcipher_instance_ctx(inst); in lskcipher_alloc_instance_simple2()
115 err = crypto_grab_cipher(spawn, lskcipher_crypto_instance(inst), in lskcipher_alloc_instance_simple2()
119 cipher_alg = crypto_spawn_cipher_alg(spawn); in lskcipher_alloc_instance_simple2()
173 struct crypto_lskcipher_spawn *spawn; in crypto_ecb_create() local
184 spawn = lskcipher_instance_ctx(inst); in crypto_ecb_create()
185 cipher_alg = crypto_lskcipher_spawn_alg(spawn); in crypto_ecb_create()