Home
last modified time | relevance | path

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

/drivers/crypto/vmx/
Daesp8-ppc.pl120 my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8));
261 li $rounds,10
335 li $rounds,12
343 li $rounds,14
397 stw $rounds,0($out)
417 slwi $cnt,$rounds,4
419 srwi $rounds,$rounds,1
421 mtctr $rounds
459 my ($inp,$out,$key,$rounds,$idx)=map("r$_",(3..7));
463 lwz $rounds,240($key)
[all …]
Daesp8-ppc.h7 int rounds; member
/drivers/md/
Ddm-verity-fec.c39 return offset + mod * (v->fec->rounds << v->data_dev_block_bits); in fec_interleave()
454 res = div64_u64(offset, v->fec->rounds << v->data_dev_block_bits); in verity_fec_decode()
460 rsb = offset - res * (v->fec->rounds << v->data_dev_block_bits); in verity_fec_decode()
725 f->rounds = f->blocks; in verity_fec_ctr()
726 if (sector_div(f->rounds, f->rsn)) in verity_fec_ctr()
727 f->rounds++; in verity_fec_ctr()
733 if (f->blocks < v->data_blocks + hash_blocks || !f->rounds) { in verity_fec_ctr()
764 fec_blocks = div64_u64(f->rounds * f->roots, v->fec->roots << SECTOR_SHIFT); in verity_fec_ctr()
Ddm-verity-fec.h42 sector_t rounds; /* number of interleaving rounds */ member
/drivers/crypto/
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/
Dsgp40.c101 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp() argument
122 for (i = 1; i <= rounds; i++) { in sgp40_exp()