Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dadiantum.c104 struct skcipher_request streamcipher_req; member
376 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher); in adiantum_crypt()
377 skcipher_request_set_crypt(&rctx->u.streamcipher_req, req->src, in adiantum_crypt()
379 skcipher_request_set_callback(&rctx->u.streamcipher_req, in adiantum_crypt()
382 return crypto_skcipher_encrypt(&rctx->u.streamcipher_req) ?: in adiantum_crypt()
433 u.streamcipher_req) + in adiantum_init_tfm()