Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dadiantum.c66 struct crypto_cipher_spawn blockcipher_spawn; member
412 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()