|
@@ -348,9 +348,9 @@ static int crypto_cts_create(struct crypto_template *tmpl, struct rtattr **tb)
|
|
|
spawn = skcipher_instance_ctx(inst);
|
|
|
|
|
|
crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst));
|
|
|
- err = crypto_grab_skcipher2(spawn, cipher_name, 0,
|
|
|
- crypto_requires_sync(algt->type,
|
|
|
- algt->mask));
|
|
|
+ err = crypto_grab_skcipher(spawn, cipher_name, 0,
|
|
|
+ crypto_requires_sync(algt->type,
|
|
|
+ algt->mask));
|
|
|
if (err)
|
|
|
goto err_free_inst;
|
|
|
|