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