Lines Matching refs:temp
51 uint8_t temp[32];
63 av_aes_crypt(b, temp, rct[i], 1, NULL, 1);
65 if (rpt[i][j] != temp[j]) {
67 j, rpt[i][j], temp[j]);
98 av_aes_crypt(ae, temp, pt, 2, iv[0], 0);
101 temp[0], temp[5], temp[10], temp[15]);
102 av_aes_crypt(ad, temp, temp, 2, iv[1], 1);
103 av_aes_crypt(ae, temp, pt, 2, NULL, 0);
106 temp[0], temp[5], temp[10], temp[15]);
107 av_aes_crypt(ad, temp, temp, 2, NULL, 1);
111 if (pt[j] != temp[j]) {
113 i, j, pt[j], temp[j]);