Home
last modified time | relevance | path

Searched refs:encrypt_key (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-m32/
Dioctl_loop.c49 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument
88 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info()
90 encrypt_key ? encrypt_key : in print_loop_info()
107 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument
153 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64()
155 encrypt_key ? encrypt_key : in print_loop_info64()
/external/strace/tests-mx32/
Dioctl_loop.c49 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument
88 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info()
90 encrypt_key ? encrypt_key : in print_loop_info()
107 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument
153 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64()
155 encrypt_key ? encrypt_key : in print_loop_info64()
/external/strace/tests/
Dioctl_loop.c49 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument
88 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info()
90 encrypt_key ? encrypt_key : in print_loop_info()
107 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument
153 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64()
155 encrypt_key ? encrypt_key : in print_loop_info64()
/external/ImageMagick/coders/
Ddpx.c162 encrypt_key; member
776 dpx.file.encrypt_key=ReadBlobLong(image); in ReadDPXImage()
778 if (dpx.file.encrypt_key != ~0U) in ReadDPXImage()
780 dpx.file.encrypt_key); in ReadDPXImage()
1586 dpx.file.encrypt_key=(~0U); in WriteDPXImage()
1587 offset+=WriteBlobLong(image,dpx.file.encrypt_key); in WriteDPXImage()