Searched refs:subctx (Results 1 – 1 of 1) sorted by relevance
52 struct chacha_ctx subctx; in crypto_xchacha_crypt() local58 hchacha_block_generic(state, subctx.key, ctx->nrounds); in crypto_xchacha_crypt()59 subctx.nrounds = ctx->nrounds; in crypto_xchacha_crypt()66 return chacha_stream_xor(req, &subctx, real_iv); in crypto_xchacha_crypt()