Home
last modified time | relevance | path

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

/crypto/
A Dadiantum.c71 struct crypto_skcipher *streamcipher; member
133 crypto_skcipher_set_flags(tctx->streamcipher, in adiantum_setkey()
136 err = crypto_skcipher_setkey(tctx->streamcipher, key, keylen); in adiantum_setkey()
148 skcipher_request_set_tfm(&data->req, tctx->streamcipher); in adiantum_setkey()
432 struct crypto_skcipher *streamcipher; in adiantum_init_tfm() local
439 if (IS_ERR(streamcipher)) in adiantum_init_tfm()
440 return PTR_ERR(streamcipher); in adiantum_init_tfm()
454 tctx->streamcipher = streamcipher; in adiantum_init_tfm()
465 crypto_skcipher_reqsize(streamcipher)); in adiantum_init_tfm()
475 crypto_free_skcipher(streamcipher); in adiantum_init_tfm()
[all …]

Completed in 5 milliseconds