Lines Matching refs:temp
51 uint8_t temp[8];
59 av_cast5_crypt(cs, temp, rpt, 1, 0);
61 if (rct[j][i] != temp[i]){
62 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rct[j][i], temp[i]);
67 av_cast5_crypt(cs, temp, rct[j], 1, 1);
69 if (rpt[i] != temp[i]) {
70 av_log(NULL, AV_LOG_ERROR, "%d %02x %02x\n", i, rpt[i], temp[i]);
94 memcpy(temp, iv, 8);
95 av_cast5_crypt2(cs, rpt2[0], rct2[0], 2, temp, 0);
96 memcpy(temp, iv, 8);
97 av_cast5_crypt2(cs, rpt2[0], rpt2[0], 2, temp, 1);