Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dadiantum.c104 struct skcipher_request streamcipher_req; member
377 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher); in adiantum_crypt()
378 skcipher_request_set_crypt(&rctx->u.streamcipher_req, req->src, in adiantum_crypt()
380 skcipher_request_set_callback(&rctx->u.streamcipher_req, in adiantum_crypt()
383 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()
434 u.streamcipher_req) + in adiantum_init_tfm()