Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/crypto/
H A Dhctr2.c38 struct crypto_cipher_spawn blockcipher_spawn; member
349 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in hctr2_init_tfm()
398 crypto_drop_cipher(&ictx->blockcipher_spawn); in hctr2_free_instance()
448 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in hctr2_create_common()
453 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in hctr2_create_common()
H A Dadiantum.c66 struct crypto_cipher_spawn blockcipher_spawn; member
411 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()
462 crypto_drop_cipher(&ictx->blockcipher_spawn); in adiantum_free_instance()
520 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
525 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
/kernel/linux/linux-5.10/crypto/
H A Dadiantum.c65 struct crypto_cipher_spawn blockcipher_spawn; member
411 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()
462 crypto_drop_cipher(&ictx->blockcipher_spawn); in adiantum_free_instance()
520 err = crypto_grab_cipher(&ictx->blockcipher_spawn, in adiantum_create()
525 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()

Completed in 3 milliseconds