Searched refs:nrounds (Results 1 – 1 of 1) sorted by relevance
17 int nrounds; member21 const u8 *key, unsigned int keysize, int nrounds) in chacha_setkey() argument32 ctx->nrounds = nrounds; in chacha_setkey()68 walk.src.virt.addr, nbytes, ctx->nrounds); in chacha_stream_xor()72 ctx->nrounds); in chacha_stream_xor()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()
Completed in 4 milliseconds