Searched refs:blockcipher_spawn (Results 1 – 2 of 2) sorted by relevance
37 struct crypto_cipher_spawn blockcipher_spawn; member286 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in hctr2_init_tfm()320 crypto_drop_cipher(&ictx->blockcipher_spawn); in hctr2_free_instance()366 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()371 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
57 struct crypto_cipher_spawn blockcipher_spawn; member510 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()546 crypto_drop_cipher(&ictx->blockcipher_spawn); in adiantum_free_instance()599 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()604 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()