Searched refs:KeyLength (Results 1 – 7 of 7) sorted by relevance
314 uint KeyLength = pdev->KeyLength; in pdf_compute_fileID() local318 pdev->KeyLength = 0; /* Disable encryption. Not so important though. */ in pdf_compute_fileID()325 pdev->KeyLength = KeyLength; in pdf_compute_fileID()384 if (pdev->PDFX && pdev->KeyLength != 0) { in pdf_compute_encryption_data()388 if (pdev->KeyLength == 0) in pdf_compute_encryption_data()389 pdev->KeyLength = 40; in pdf_compute_encryption_data()390 if (pdev->EncryptionV == 0 && pdev->KeyLength == 40) in pdf_compute_encryption_data()392 if (pdev->EncryptionV == 0 && pdev->KeyLength > 40) in pdf_compute_encryption_data()408 if (pdev->KeyLength > 128) { in pdf_compute_encryption_data()412 if (pdev->KeyLength % 8) { in pdf_compute_encryption_data()[all …]
506 uint KeyLength = pdev->KeyLength; in pdf_end_write_image() local511 pdev->KeyLength = 0; /* Disable encryption for the inline image. */ in pdf_end_write_image()513 pdev->KeyLength = KeyLength; in pdf_end_write_image()
442 int KeySize = pdev->KeyLength / 8; in pdf_object_key()473 if (!pdev->KeyLength) in pdf_begin_encrypt()499 if (pdev->KeyLength) { in pdf_end_encrypt()1479 if (!pdev->KeyLength || object_id == (gs_id)-1) { in pdf_put_encoded_string()1522 if (!pdev->KeyLength || object_id == (gs_id)-1) { in pdf_put_composite()
83 pi("KeyLength", gs_param_type_int, KeyLength),
655 if (pdev->KeyLength && object_id != 0) { in pdf_write_cid_system_info_to_stream()
449 uint KeyLength; member
1280 if (pdev->KeyLength) { in cos_stream_contents_write()