Searched refs:blockcipher_spawn (Results 1 – 2 of 2) sorted by relevance
38 struct crypto_cipher_spawn blockcipher_spawn; member350 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in hctr2_init_tfm()399 crypto_drop_cipher(&ictx->blockcipher_spawn); in hctr2_free_instance()449 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()454 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
66 struct crypto_cipher_spawn blockcipher_spawn; member412 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()463 crypto_drop_cipher(&ictx->blockcipher_spawn); in adiantum_free_instance()521 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()526 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()