Searched refs:encrypt_key (Results 1 – 4 of 4) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_loop.c | 49 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/ |
D | ioctl_loop.c | 49 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/ |
D | ioctl_loop.c | 49 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/ |
D | dpx.c | 162 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()
|