HomeSort by relevance Sort by last modified time
    Searched full:object_attributes (Results 1 - 17 of 17) sorted by null

  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 33 } OBJECT_ATTRIBUTES;
155 (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \
178 #define POBJECT_ATTRIBUTES OBJECT_ATTRIBUTES*
192 OBJECT_ATTRIBUTES* );
242 OBJECT_ATTRIBUTES *,
  /system/tpm/trunks/
tpm_utility_test.cc 495 public_area.public_area.object_attributes = kDecrypt;
521 public_area.public_area.object_attributes = kDecrypt;
543 public_area.public_area.object_attributes = kDecrypt | kRestricted;
564 public_area.public_area.object_attributes = kDecrypt;
594 public_area.public_area.object_attributes = kDecrypt;
624 public_area.public_area.object_attributes = kDecrypt;
652 public_area.public_area.object_attributes = kDecrypt;
675 public_area.public_area.object_attributes = kDecrypt | kRestricted;
709 public_area.public_area.object_attributes = kDecrypt;
741 public_area.public_area.object_attributes = kDecrypt
    [all...]
tpm_utility_impl.cc 437 } else if ((public_area.object_attributes & kDecrypt) == 0) {
441 if ((public_area.object_attributes & kRestricted) != 0) {
506 } else if ((public_area.object_attributes & kDecrypt) == 0) {
510 if ((public_area.object_attributes & kRestricted) != 0) {
576 } else if ((public_area.object_attributes & kSign) == 0) {
579 } else if ((public_area.object_attributes & kRestricted) != 0) {
634 } else if ((public_area.object_attributes & kSign) == 0) {
637 } else if ((public_area.object_attributes & kRestricted) != 0) {
793 public_area.object_attributes = kUserWithAuth | kNoDA;
796 public_area.object_attributes |= kDecrypt
    [all...]
tpm_generated_test.cc 213 in_public.public_area.object_attributes = 0;
tpm_generated.h 1516 TPMA_OBJECT object_attributes; member in struct:trunks::TPMT_PUBLIC
    [all...]
tpm_generated.cc     [all...]
  /external/libchrome/sandbox/win/src/
nt_internals.h 71 } OBJECT_ATTRIBUTES;
72 typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
75 (p)->Length = sizeof(OBJECT_ATTRIBUTES);\
  /external/tpm2/
Global.h 116 // OBJECT_ATTRIBUTES
118 // An OBJECT_ATTRIBUTES structure contains the variable attributes of an object. These properties are
120 // OBJECT_ATTRIBUTES is used in the definition of the OBJECT data type.
163 } OBJECT_ATTRIBUTES;
178 OBJECT_ATTRIBUTES attributes; // object attributes
205 OBJECT_ATTRIBUTES attributes; // The attributes of the HASH object
    [all...]
Object.c 272 MemorySet(&((*object)->attributes), 0, sizeof(OBJECT_ATTRIBUTES));
611 0, sizeof(OBJECT_ATTRIBUTES));
part4.txt 114 5.8.4.2 OBJECT_ATTRIBUTES ................................................................................ 11
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 133 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
149 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
    [all...]
ntdef.h 527 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
529 typedef CONST OBJECT_ATTRIBUTES *PCOBJECT_ATTRIBUTES;
544 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
ntsecapi.h 95 typedef OBJECT_ATTRIBUTES LSA_OBJECT_ATTRIBUTES,*PLSA_OBJECT_ATTRIBUTES;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 74 // Two Object_attributes match if they have the same values.
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 398 OBJECT_ATTRIBUTES ObjectAttributes;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 61 typedef OBJECT_ATTRIBUTES LSA_OBJECT_ATTRIBUTES, *PLSA_OBJECT_ATTRIBUTES;
    [all...]
wdm.h     [all...]

Completed in 2671 milliseconds