Home
last modified time | relevance | path

Searched refs:lo_encrypt_key (Results 1 – 9 of 9) sorted by relevance

/external/strace/tests/
Dioctl_loop.c90 (int) sizeof(info->lo_encrypt_key), in print_loop_info()
92 (char *) info->lo_encrypt_key); in print_loop_info()
155 (int) sizeof(info64->lo_encrypt_key), in print_loop_info64()
157 (char *) info64->lo_encrypt_key); in print_loop_info64()
222 info->lo_encrypt_key[0] = '\0'; in main()
234 memset(info->lo_encrypt_key, 'B', sizeof(info->lo_encrypt_key)); in main()
261 info64->lo_encrypt_key[0] = '\0'; in main()
274 memset(info64->lo_encrypt_key, 'E', sizeof(info64->lo_encrypt_key)); in main()
/external/strace/tests-m32/
Dioctl_loop.c90 (int) sizeof(info->lo_encrypt_key), in print_loop_info()
92 (char *) info->lo_encrypt_key); in print_loop_info()
155 (int) sizeof(info64->lo_encrypt_key), in print_loop_info64()
157 (char *) info64->lo_encrypt_key); in print_loop_info64()
222 info->lo_encrypt_key[0] = '\0'; in main()
234 memset(info->lo_encrypt_key, 'B', sizeof(info->lo_encrypt_key)); in main()
261 info64->lo_encrypt_key[0] = '\0'; in main()
274 memset(info64->lo_encrypt_key, 'E', sizeof(info64->lo_encrypt_key)); in main()
/external/strace/tests-mx32/
Dioctl_loop.c90 (int) sizeof(info->lo_encrypt_key), in print_loop_info()
92 (char *) info->lo_encrypt_key); in print_loop_info()
155 (int) sizeof(info64->lo_encrypt_key), in print_loop_info64()
157 (char *) info64->lo_encrypt_key); in print_loop_info64()
222 info->lo_encrypt_key[0] = '\0'; in main()
234 memset(info->lo_encrypt_key, 'B', sizeof(info->lo_encrypt_key)); in main()
261 info64->lo_encrypt_key[0] = '\0'; in main()
274 memset(info64->lo_encrypt_key, 'E', sizeof(info64->lo_encrypt_key)); in main()
/external/syslinux/libinstaller/linux/
Dloop.h46 unsigned char lo_encrypt_key[LO_KEY_SIZE]; /* ioctl w/o */ member
63 __u8 lo_encrypt_key[LO_KEY_SIZE]; /* ioctl w/o */ member
/external/kernel-headers/original/uapi/linux/
Dloop.h41 unsigned char lo_encrypt_key[LO_KEY_SIZE]; /* ioctl w/o */ member
58 __u8 lo_encrypt_key[LO_KEY_SIZE]; /* ioctl w/o */ member
/external/strace/
Dloop.c85 print_quoted_string((void *) info.lo_encrypt_key, in decode_loop_info()
147 print_quoted_string((void *) info64.lo_encrypt_key, in decode_loop_info64()
DChangeLog5561 loop: fix lo_encrypt_key field output.
5562 lo_encrypt_key is a sized string with its size specified by
5566 LO_KEY_SIZE and lo_encrypt_key_size field value as lo_encrypt_key size.
/external/strace/mpers-mx32/
Dstruct_loop_info.h14 unsigned char lo_encrypt_key[32]; member
/external/strace/mpers-m32/
Dstruct_loop_info.h16 unsigned char lo_encrypt_key[32]; member