Home
last modified time | relevance | path

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

/openbmc/linux/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()