Searched refs:subctx (Results 1 – 1 of 1) sorted by relevance
86 struct chacha_ctx subctx; in crypto_xchacha_crypt() local92 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()