Home
last modified time | relevance | path

Searched refs:blockcipher_spawn (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Dhctr2.c37 struct crypto_cipher_spawn blockcipher_spawn; member
286 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()
H A Dadiantum.c57 struct crypto_cipher_spawn blockcipher_spawn; member
510 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()