Home
last modified time | relevance | path

Searched refs:streamcipher_spawn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dadiantum.c64 struct crypto_skcipher_spawn streamcipher_spawn; member
407 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
461 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_free_instance()
512 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, in adiantum_create()
517 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()
/kernel/linux/linux-6.6/crypto/
H A Dadiantum.c65 struct crypto_skcipher_spawn streamcipher_spawn; member
407 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
461 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_free_instance()
512 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, in adiantum_create()
517 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()

Completed in 4 milliseconds