HomeSort by relevance Sort by last modified time
    Searched refs:c_ubyte (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /system/iot/attestation/partner-tools/
ec_helper.py 25 from ctypes import c_ubyte
59 POINTER(POINTER(c_ubyte)),
61 POINTER(c_ubyte)
64 pub_key = (c_ubyte * _ECDH_KEY_LEN).from_buffer(bytearray(_ECDH_KEY_LEN))
65 pub_key_ptr = POINTER(c_ubyte)(pub_key)
66 priv_key = POINTER(c_ubyte)()
93 POINTER(c_ubyte), c_uint,
94 POINTER(c_ubyte),
95 POINTER(c_ubyte)
98 shared_secret = (c_ubyte * 32).from_buffer(bytearray(32)
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 50 u_char = c_ubyte
56 ("jt",c_ubyte),
57 ("jf",c_ubyte),
81 ("sa_data",c_ubyte * 14)]
86 ("sin_addr", 4 * c_ubyte)]
92 ("sin6_addr", 16 * c_ubyte),
96 _fields_ = [("sa_len", c_ubyte),
97 ("sa_family",c_ubyte),
98 ("sa_data",c_ubyte * 14)]
101 _fields_ = [("sin_len", c_ubyte),
    [all...]
  /external/scapy/scapy/arch/
common.py 14 from ctypes import c_uint, c_uint32, c_ushort, c_ubyte
29 ("jt", c_ubyte),
30 ("jf", c_ubyte),
75 bip[i].jt = c_ubyte(values[1])
76 bip[i].jf = c_ubyte(values[2])
  /external/llvm/bindings/python/llvm/
disassembler.py 17 from ctypes import c_ubyte
101 buf = cast(c_char_p(source), POINTER(c_ubyte))
126 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
131 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
  /external/python/cpython2/Lib/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_values.py 55 ("code", POINTER(c_ubyte)),
test_byteswap.py 147 self.assertIs(c_ubyte.__ctype_le__, c_ubyte)
148 self.assertIs(c_ubyte.__ctype_be__, c_ubyte)
161 _fields_ = [("a", c_ubyte),
  /external/python/cpython3/Lib/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_pep3118.py 122 (c_ubyte, "<B", (), c_ubyte),
test_values.py 52 ("code", POINTER(c_ubyte)),
test_byteswap.py 167 self.assertIs(c_ubyte.__ctype_le__, c_ubyte)
168 self.assertIs(c_ubyte.__ctype_be__, c_ubyte)
181 _fields_ = [("a", c_ubyte),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_values.py 54 ("code", POINTER(c_ubyte)),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_values.py 54 ("code", POINTER(c_ubyte)),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_values.py 54 ("code", POINTER(c_ubyte)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_values.py 54 ("code", POINTER(c_ubyte)),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 23 __uint8_t = c_ubyte
78 u_int8_t = c_ubyte
106 ('p', POINTER(c_ubyte)),
113 ('max', POINTER(c_ubyte)),
114 ('q', POINTER(c_ubyte)),
115 ('pp', POINTER(POINTER(c_ubyte))),
128 ('data', POINTER(c_ubyte)),
139 ('data', POINTER(c_ubyte)),
148 ('enc', POINTER(c_ubyte)),
484 DES_cblock = c_ubyte * 8
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 23 __uint8_t = c_ubyte
78 u_int8_t = c_ubyte
106 ('p', POINTER(c_ubyte)),
113 ('max', POINTER(c_ubyte)),
114 ('q', POINTER(c_ubyte)),
115 ('pp', POINTER(POINTER(c_ubyte))),
128 ('data', POINTER(c_ubyte)),
139 ('data', POINTER(c_ubyte)),
148 ('enc', POINTER(c_ubyte)),
484 DES_cblock = c_ubyte *
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 23 __uint8_t = c_ubyte
78 u_int8_t = c_ubyte
106 ('p', POINTER(c_ubyte)),
113 ('max', POINTER(c_ubyte)),
114 ('q', POINTER(c_ubyte)),
115 ('pp', POINTER(POINTER(c_ubyte))),
128 ('data', POINTER(c_ubyte)),
139 ('data', POINTER(c_ubyte)),
148 ('enc', POINTER(c_ubyte)),
484 DES_cblock = c_ubyte *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 23 __uint8_t = c_ubyte
78 u_int8_t = c_ubyte
106 ('p', POINTER(c_ubyte)),
113 ('max', POINTER(c_ubyte)),
114 ('q', POINTER(c_ubyte)),
115 ('pp', POINTER(POINTER(c_ubyte))),
128 ('data', POINTER(c_ubyte)),
139 ('data', POINTER(c_ubyte)),
148 ('enc', POINTER(c_ubyte)),
484 DES_cblock = c_ubyte *
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 23 __uint8_t = c_ubyte
78 u_int8_t = c_ubyte
106 ('p', POINTER(c_ubyte)),
113 ('max', POINTER(c_ubyte)),
114 ('q', POINTER(c_ubyte)),
115 ('pp', POINTER(POINTER(c_ubyte))),
128 ('data', POINTER(c_ubyte)),
139 ('data', POINTER(c_ubyte)),
148 ('enc', POINTER(c_ubyte)),
484 DES_cblock = c_ubyte *
    [all...]
  /external/autotest/client/common_lib/
smogcheck_tpm.py 28 c_ubyte, c_byte, byref, c_uint16, cast, create_string_buffer, c_uint64, \
81 _fields_ = [('major', c_ubyte),
82 ('minor', c_ubyte),
83 ('revMajor', c_ubyte),
84 ('revMinor', c_ubyte)]
95 ('errataRev', c_ubyte),
97 ('vendorSpecific', POINTER(c_ubyte))]
108 vi.vendorSpecific = cast(pointer(vendorDetail), POINTER(c_ubyte))

Completed in 1030 milliseconds

1 2 3 4