Home
last modified time | relevance | path

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

/drivers/md/
A Ddm-verity-fec.c39 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()
A Ddm-verity-fec.h42 sector_t rounds; /* number of interleaving rounds */ member
/drivers/crypto/
A Dpadlock-aes.c45 rounds:4, member
134 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()
/drivers/iio/chemical/
A Dsgp40.c106 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp() argument
127 for (i = 1; i <= rounds; i++) { in sgp40_exp()

Completed in 11 milliseconds