Home | History | Annotate | Download | only in common_lib

Lines Matching refs:POINTER

27 from ctypes import c_uint, c_uint32, cdll, c_bool, Structure, POINTER, \
29 c_char_p, addressof, c_char, pointer
97 ('vendorSpecific', POINTER(c_ubyte))]
108 vi.vendorSpecific = cast(pointer(vendorDetail), POINTER(c_ubyte))
136 pResult: a c_char_p, pointer to result.
189 # Calling the pointer type without an argument creates a NULL pointer
191 POINTER(c_byte)()) != 0:
239 POINTER(c_uint16)()) != 0:
323 pSecret: a pointer to a byte array, which holds the TSS secret.
372 self.hTpm, TSS_TPMCAP_VERSION_VAL, 0, POINTER(c_byte)(),
384 POINTER(c_byte)))