Searched refs:streamcipher_req (Results 1 – 1 of 1) sorted by relevance
104 struct skcipher_request streamcipher_req; member385 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher); in adiantum_crypt()386 skcipher_request_set_crypt(&rctx->u.streamcipher_req, req->src, in adiantum_crypt()388 skcipher_request_set_callback(&rctx->u.streamcipher_req, in adiantum_crypt()391 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()442 u.streamcipher_req) + in adiantum_init_tfm()