Searched refs:encrypt_key (Results 1 – 5 of 5) sorted by relevance
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 58 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument 96 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info() 98 encrypt_key ? encrypt_key : in print_loop_info() 115 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument 159 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64() 161 encrypt_key ? encrypt_key : in print_loop_info64()
|
/external/strace/tests-m32/ |
D | ioctl_loop.c | 58 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument 96 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info() 98 encrypt_key ? encrypt_key : in print_loop_info() 115 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument 159 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64() 161 encrypt_key ? encrypt_key : in print_loop_info64()
|
/external/strace/tests/ |
D | ioctl_loop.c | 58 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument 96 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info() 98 encrypt_key ? encrypt_key : in print_loop_info() 115 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument 159 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64() 161 encrypt_key ? encrypt_key : in print_loop_info64()
|
/external/scapy/scapy/modules/krack/ |
D | automaton.py | 304 encrypt_key=None): argument 309 if encrypt_key is None: 310 encrypt_key = self.tk 329 rep /= Raw(build_TKIP_payload(data_to_enc, iv, self.mac, encrypt_key))
|
/external/ImageMagick/coders/ |
D | dpx.c | 162 encrypt_key; member 784 dpx.file.encrypt_key=ReadBlobLong(image); in ReadDPXImage() 786 if (dpx.file.encrypt_key != ~0U) in ReadDPXImage() 788 dpx.file.encrypt_key); in ReadDPXImage() 1616 dpx.file.encrypt_key=(~0U); in WriteDPXImage() 1617 offset+=WriteBlobLong(image,dpx.file.encrypt_key); in WriteDPXImage()
|