Searched refs:rounds (Results 1 – 4 of 4) sorted by relevance
39 return offset + mod * (v->fec->rounds << v->data_dev_block_bits); in fec_interleave()441 res = div64_u64(offset, v->fec->rounds << v->data_dev_block_bits); in verity_fec_decode()447 rsb = offset - res * (v->fec->rounds << v->data_dev_block_bits); in verity_fec_decode()711 f->rounds = f->blocks; in verity_fec_ctr()712 if (sector_div(f->rounds, f->rsn)) in verity_fec_ctr()713 f->rounds++; in verity_fec_ctr()719 if (f->blocks < v->data_blocks + hash_blocks || !f->rounds) { in verity_fec_ctr()747 fec_blocks = div64_u64(f->rounds * f->roots, v->fec->roots << SECTOR_SHIFT); in verity_fec_ctr()
42 sector_t rounds; /* number of interleaving rounds */ member
45 rounds:4, member134 ctx->cword.encrypt.rounds = 10 + (key_len - 16) / 4; in aes_set_key()135 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds; in aes_set_key()
106 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp() argument127 for (i = 1; i <= rounds; i++) { in sgp40_exp()
Completed in 11 milliseconds