Lines Matching defs:tfms_count
179 unsigned tfms_count;
437 if (cc->key_parts == cc->tfms_count) {
459 memcpy(lmk->seed, cc->key + (cc->tfms_count * subkey_size),
1462 unsigned key_index = ctx->cc_sector & (cc->tfms_count - 1);
2268 for (i = 0; i < cc->tfms_count; i++)
2291 cc->cipher_tfm.tfms = kcalloc(cc->tfms_count,
2297 for (i = 0; i < cc->tfms_count; i++) {
2348 return (cc->key_size - cc->key_extra_size) >> ilog2(cc->tfms_count);
2395 for (i = 0; i < cc->tfms_count; i++) {
2841 cc->tfms_count = 1;
2874 cc->tfms_count = 64;
2890 cc->key_parts = cc->tfms_count;
2930 cc->tfms_count = 1;
2931 else if (sscanf(keycount, "%u%c", &cc->tfms_count, &dummy) != 1 ||
2932 !is_power_of_2(cc->tfms_count)) {
2936 cc->key_parts = cc->tfms_count;