Home
last modified time | relevance | path

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

/linux/crypto/
H A Dchacha.c86 struct chacha_ctx subctx; in crypto_xchacha_crypt() local
92 hchacha_block(&state, subctx.key, ctx->nrounds); in crypto_xchacha_crypt()
93 subctx.nrounds = ctx->nrounds; in crypto_xchacha_crypt()
100 return chacha_stream_xor(req, &subctx, real_iv); in crypto_xchacha_crypt()