Home
last modified time | relevance | path

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

/crypto/
A Dchacha.c99 struct chacha_ctx subctx; in crypto_xchacha_crypt() local
106 hchacha_block(&state, subctx.key, ctx->nrounds); in crypto_xchacha_crypt()
108 hchacha_block_generic(&state, subctx.key, ctx->nrounds); in crypto_xchacha_crypt()
109 subctx.nrounds = ctx->nrounds; in crypto_xchacha_crypt()
116 return chacha_stream_xor(req, &subctx, real_iv, arch); in crypto_xchacha_crypt()

Completed in 5 milliseconds