Home
last modified time | relevance | path

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

/crypto/
Dadiantum.c65 struct crypto_skcipher_spawn streamcipher_spawn; member
416 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()
470 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_free_instance()
541 crypto_set_skcipher_spawn(&ictx->streamcipher_spawn, in adiantum_create()
543 err = crypto_grab_skcipher(&ictx->streamcipher_spawn, streamcipher_name, in adiantum_create()
548 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()
638 crypto_drop_skcipher(&ictx->streamcipher_spawn); in adiantum_create()