Lines Matching defs:ciph
143 struct ciphdr *ciph;
202 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
203 if (ciph->fmt != CIP_FMT_MPEG)
206 ciph->fmt);
207 if (ciph->fn != 3) {
211 __func__, ciph->fn);
213 ptr = (uint32_t *) (ciph + 1); /* skip cip header */
226 ciph->len, ciph->len * 4);
229 ciph->fn, (1<<ciph->fn) );
230 fprintf(stderr, "QCP (CIP header): %d\n", ciph->qpc );
231 fprintf(stderr, "DBC counter (CIP header): %d\n", ciph->dbc );
239 if (ciph->dbc % (1<<ciph->fn) == 0)