Home | History | Annotate | Download | only in coders

Lines Matching refs:encrypt_key

165     encrypt_key;
782 dpx.file.encrypt_key=ReadBlobLong(image);
784 if (dpx.file.encrypt_key != ~0U)
785 (void) FormatImageProperty(image,"dpx:file.encrypt_key","%u",
786 dpx.file.encrypt_key);
1595 dpx.file.encrypt_key=(~0U);
1596 offset+=WriteBlobLong(image,dpx.file.encrypt_key);