Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 2 of 2) sorted by relevance

/optee_os/scripts/
H A Dsign_rproc_fw.py122 def add(self, kind, payload): argument
127 if isinstance(kind, int):
128 buf = struct.pack('II', kind, len(payload))
130 buf = struct.pack('II', TLV_TYPES[kind], len(payload))
/optee_os/lib/libutils/ext/
H A Dubsan.c108 unsigned char kind; member