Searched refs:create_string_buffer (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/crypto/ccp/
H A Ddbc.py36 buf = ctypes.create_string_buffer(DBC_NONCE_SIZE)
60 sig = ctypes.create_string_buffer(signature, len(signature))
/linux-master/tools/perf/scripts/python/
H A Dlibxed.py18 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
41 self.buffer = create_string_buffer(256)
19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong namespace
H A Dintel-pt-events.py24 from ctypes import create_string_buffer, addressof namespace
262 buf = create_string_buffer(64)
H A Dexported-sql-viewer.py135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \
2961 buf = create_string_buffer(tot + 16)
136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong namespace

Completed in 129 milliseconds