Searched refs:tmp_nonce_lo (Results 1 – 1 of 1) sorted by relevance
248 UINT8 tmp_nonce_lo[4]; in pdf_gen_xor() local252 *(UINT32 *)tmp_nonce_lo = ((UINT32 *)nonce)[1]; in pdf_gen_xor()253 tmp_nonce_lo[3] &= ~LOW_BIT_MASK; /* zero last bit */ in pdf_gen_xor()255 if ( (((UINT32 *)tmp_nonce_lo)[0] != ((UINT32 *)pc->nonce)[1]) || in pdf_gen_xor()259 ((UINT32 *)pc->nonce)[1] = ((UINT32 *)tmp_nonce_lo)[0]; in pdf_gen_xor()