Home
last modified time | relevance | path

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

/crypto/
A Dchacha.c17 int nrounds; member
21 const u8 *key, unsigned int keysize, int nrounds) in chacha_setkey() argument
32 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