Lines Matching defs:tfms_count
186 unsigned int tfms_count;
445 if (cc->key_parts == cc->tfms_count) {
467 memcpy(lmk->seed, cc->key + (cc->tfms_count * subkey_size),
1483 unsigned int key_index = ctx->cc_sector & (cc->tfms_count - 1);
2336 for (i = 0; i < cc->tfms_count; i++)
2359 cc->cipher_tfm.tfms = kcalloc(cc->tfms_count,
2365 for (i = 0; i < cc->tfms_count; i++) {
2416 return (cc->key_size - cc->key_extra_size) >> ilog2(cc->tfms_count);
2463 for (i = 0; i < cc->tfms_count; i++) {
2928 cc->tfms_count = 1;
2961 cc->tfms_count = 64;
2977 cc->key_parts = cc->tfms_count;
3017 cc->tfms_count = 1;
3018 else if (sscanf(keycount, "%u%c", &cc->tfms_count, &dummy) != 1 ||
3019 !is_power_of_2(cc->tfms_count)) {
3023 cc->key_parts = cc->tfms_count;