Searched refs:streamcipher (Results 1 – 1 of 1) sorted by relevance
71 struct crypto_skcipher *streamcipher; member132 crypto_skcipher_clear_flags(tctx->streamcipher, CRYPTO_TFM_REQ_MASK); in adiantum_setkey()133 crypto_skcipher_set_flags(tctx->streamcipher, in adiantum_setkey()136 err = crypto_skcipher_setkey(tctx->streamcipher, key, keylen); in adiantum_setkey()138 crypto_skcipher_get_flags(tctx->streamcipher) & in adiantum_setkey()145 crypto_skcipher_reqsize(tctx->streamcipher), GFP_KERNEL); in adiantum_setkey()151 skcipher_request_set_tfm(&data->req, tctx->streamcipher); in adiantum_setkey()385 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher); in adiantum_crypt()410 struct crypto_skcipher *streamcipher; in adiantum_init_tfm() local416 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn); in adiantum_init_tfm()[all …]