Searched refs:tmp_nonce_lo (Results 1 – 1 of 1) sorted by relevance
247 UINT8 tmp_nonce_lo[4]; in pdf_gen_xor() member253 *(UINT32 *)t.tmp_nonce_lo = ((const UINT32 *)nonce)[1]; in pdf_gen_xor()254 t.tmp_nonce_lo[3] &= ~LOW_BIT_MASK; /* zero last bit */ in pdf_gen_xor()256 if ( (((UINT32 *)t.tmp_nonce_lo)[0] != ((UINT32 *)pc->nonce)[1]) || in pdf_gen_xor()260 ((UINT32 *)pc->nonce)[1] = ((UINT32 *)t.tmp_nonce_lo)[0]; in pdf_gen_xor()