Symbol: UINT8
bin/ps/keyword.c
184
{"upr", "UPR", NULL, 0, pvar, 3, 0, POFF(p_usrpri), UINT8, "d"},
bin/ps/print.c
795
case UINT8:
sys/arch/amd64/stand/efiboot/efiboot.c
996
UINT8 data[128];
sys/arch/amd64/stand/efiboot/efipxe.c
35
static UINT8 boothw[16];
sys/arch/amd64/stand/efiboot/efirng.c
51
OUT UINT8 *RNGValue
sys/arch/amd64/stand/efiboot/efirng.c
66
UINT8 *random;
sys/arch/arm64/stand/efiboot/efipxe.c
45
static UINT8 boothw[16];
sys/arch/arm64/stand/efiboot/efirng.c
51
OUT UINT8 *RNGValue
sys/arch/arm64/stand/efiboot/efirng.c
66
UINT8 *random;
sys/arch/armv7/stand/efiboot/efipxe.c
45
static UINT8 boothw[16];
sys/arch/riscv64/stand/efiboot/efipxe.c
45
static UINT8 boothw[16];
sys/arch/riscv64/stand/efiboot/efirng.c
51
OUT UINT8 *RNGValue
sys/arch/riscv64/stand/efiboot/efirng.c
66
UINT8 *random;
sys/dev/efi/efi.h
108
((EFI_MEMORY_DESCRIPTOR *)(((UINT8 *)Ptr) + Size))
sys/dev/efi/efi.h
127
UINT8 Month;
sys/dev/efi/efi.h
128
UINT8 Day;
sys/dev/efi/efi.h
129
UINT8 Hour;
sys/dev/efi/efi.h
130
UINT8 Minute;
sys/dev/efi/efi.h
131
UINT8 Second;
sys/dev/efi/efi.h
132
UINT8 Pad1;
sys/dev/efi/efi.h
135
UINT8 Daylight;
sys/dev/efi/efi.h
136
UINT8 Pad2;
sys/dev/efi/efi.h
41
UINT8 Data4[8];
sys/stand/efi/include/efi_nii.h
73
UINT8 Type;
sys/stand/efi/include/efi_nii.h
74
UINT8 MajorVer;
sys/stand/efi/include/efi_nii.h
75
UINT8 MinorVer;
sys/stand/efi/include/efi_nii.h
80
UINT8 IfNum; // interface number to be used with pxeid structure
sys/stand/efi/include/efiapi.h
658
IN UINT8 Value
sys/stand/efi/include/efiapi.h
74
#define NextMemoryDescriptor(Ptr,Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) Ptr) + Size))
sys/stand/efi/include/efidef.h
113
UINT8 Addr[4];
sys/stand/efi/include/efidef.h
117
UINT8 Addr[16];
sys/stand/efi/include/efidef.h
121
UINT8 Addr[32];
sys/stand/efi/include/efidef.h
192
typedef UINT8 ISO_639_2;
sys/stand/efi/include/efidef.h
32
typedef UINT8 CHAR8;
sys/stand/efi/include/efidef.h
34
typedef UINT8 BOOLEAN;
sys/stand/efi/include/efidef.h
77
UINT8 Data4[8];
sys/stand/efi/include/efidef.h
87
UINT8 Month; // 1 - 12
sys/stand/efi/include/efidef.h
88
UINT8 Day; // 1 - 31
sys/stand/efi/include/efidef.h
89
UINT8 Hour; // 0 - 23
sys/stand/efi/include/efidef.h
90
UINT8 Minute; // 0 - 59
sys/stand/efi/include/efidef.h
91
UINT8 Second; // 0 - 59
sys/stand/efi/include/efidef.h
92
UINT8 Pad1;
sys/stand/efi/include/efidef.h
95
UINT8 Daylight;
sys/stand/efi/include/efidef.h
96
UINT8 Pad2;
sys/stand/efi/include/efidevp.h
113
UINT8 LegacyDriveLetter;
sys/stand/efi/include/efidevp.h
164
UINT8 PrimarySecondary;
sys/stand/efi/include/efidevp.h
165
UINT8 SlaveMaster;
sys/stand/efi/include/efidevp.h
194
UINT8 ParentPortNumber;
sys/stand/efi/include/efidevp.h
195
UINT8 InterfaceNumber;
sys/stand/efi/include/efidevp.h
203
UINT8 DeviceClass;
sys/stand/efi/include/efidevp.h
204
UINT8 DeviceSubClass;
sys/stand/efi/include/efidevp.h
205
UINT8 DeviceProtocol;
sys/stand/efi/include/efidevp.h
218
UINT8 IfType;
sys/stand/efi/include/efidevp.h
247
UINT8 PortGid[16];
sys/stand/efi/include/efidevp.h
264
UINT8 DataBits;
sys/stand/efi/include/efidevp.h
265
UINT8 Parity;
sys/stand/efi/include/efidevp.h
266
UINT8 StopBits;
sys/stand/efi/include/efidevp.h
300
UINT8 Signature[16];
sys/stand/efi/include/efidevp.h
301
UINT8 MBRType;
sys/stand/efi/include/efidevp.h
302
UINT8 SignatureType;
sys/stand/efi/include/efidevp.h
35
UINT8 Type;
sys/stand/efi/include/efidevp.h
36
UINT8 SubType;
sys/stand/efi/include/efidevp.h
37
UINT8 Length[2];
sys/stand/efi/include/efidevp.h
56
#define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))
sys/stand/efi/include/efidevp.h
65
(a)->Length[0] = (UINT8) (l); \
sys/stand/efi/include/efidevp.h
66
(a)->Length[1] = (UINT8) ((l) >> 8); \
sys/stand/efi/include/efidevp.h
84
UINT8 Function;
sys/stand/efi/include/efidevp.h
85
UINT8 Device;
sys/stand/efi/include/efidevp.h
91
UINT8 FunctionNumber;
sys/stand/efi/include/efigop.h
85
UINT8 Blue;
sys/stand/efi/include/efigop.h
86
UINT8 Green;
sys/stand/efi/include/efigop.h
87
UINT8 Red;
sys/stand/efi/include/efigop.h
88
UINT8 Reserved;
sys/stand/efi/include/efinet.h
166
UINT8 IfType;
sys/stand/efi/include/efipart.h
40
UINT8 BootIndicator;
sys/stand/efi/include/efipart.h
41
UINT8 StartHead;
sys/stand/efi/include/efipart.h
42
UINT8 StartSector;
sys/stand/efi/include/efipart.h
43
UINT8 StartTrack;
sys/stand/efi/include/efipart.h
44
UINT8 OSIndicator;
sys/stand/efi/include/efipart.h
45
UINT8 EndHead;
sys/stand/efi/include/efipart.h
46
UINT8 EndSector;
sys/stand/efi/include/efipart.h
47
UINT8 EndTrack;
sys/stand/efi/include/efipart.h
48
UINT8 StartingLBA[4];
sys/stand/efi/include/efipart.h
49
UINT8 SizeInLBA[4];
sys/stand/efi/include/efipart.h
60
UINT8 BootStrapCode[440];
sys/stand/efi/include/efipart.h
61
UINT8 UniqueMbrSignature[4];
sys/stand/efi/include/efipart.h
62
UINT8 Unknown[2];
sys/stand/efi/include/efipxebc.h
100
UINT8 Data[494];
sys/stand/efi/include/efipxebc.h
104
UINT8 ErrorCode;
sys/stand/efi/include/efipxebc.h
113
UINT8 Filters;
sys/stand/efi/include/efipxebc.h
114
UINT8 IpCnt;
sys/stand/efi/include/efipxebc.h
186
UINT8 Reserved;
sys/stand/efi/include/efipxebc.h
249
UINT8 TTL;
sys/stand/efi/include/efipxebc.h
250
UINT8 ToS;
sys/stand/efi/include/efipxebc.h
312
IN UINT8 *Filename,
sys/stand/efi/include/efipxebc.h
369
IN UINT8 *NewTTL, OPTIONAL
sys/stand/efi/include/efipxebc.h
370
IN UINT8 *NewToS, OPTIONAL
sys/stand/efi/include/efipxebc.h
58
UINT8 BootpOpcode;
sys/stand/efi/include/efipxebc.h
59
UINT8 BootpHwType;
sys/stand/efi/include/efipxebc.h
60
UINT8 BootpHwAddrLen;
sys/stand/efi/include/efipxebc.h
61
UINT8 BootpGateHops;
sys/stand/efi/include/efipxebc.h
65
UINT8 BootpCiAddr[4];
sys/stand/efi/include/efipxebc.h
66
UINT8 BootpYiAddr[4];
sys/stand/efi/include/efipxebc.h
67
UINT8 BootpSiAddr[4];
sys/stand/efi/include/efipxebc.h
68
UINT8 BootpGiAddr[4];
sys/stand/efi/include/efipxebc.h
69
UINT8 BootpHwAddr[16];
sys/stand/efi/include/efipxebc.h
70
UINT8 BootpSrvName[64];
sys/stand/efi/include/efipxebc.h
71
UINT8 BootpBootFile[128];
sys/stand/efi/include/efipxebc.h
73
UINT8 DhcpOptions[56];
sys/stand/efi/include/efipxebc.h
82
UINT8 Raw[1472];
sys/stand/efi/include/efipxebc.h
88
UINT8 Type;
sys/stand/efi/include/efipxebc.h
89
UINT8 Code;
sys/stand/efi/include/efiser.h
79
IN UINT8 DataBits,
usr.bin/ssh/umac.c
1048
UINT8 *nh_result = (UINT8 *)&result_buf;
usr.bin/ssh/umac.c
1051
nh_update(&ctx->hash, (const UINT8 *)input, len);
usr.bin/ssh/umac.c
1066
nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
usr.bin/ssh/umac.c
1076
nh(&ctx->hash, (const UINT8 *)input, L1_KEY_LEN,
usr.bin/ssh/umac.c
1087
nh_update(&ctx->hash, (const UINT8 *)input, len);
usr.bin/ssh/umac.c
1101
UINT8 *nh_result = (UINT8 *)&result_buf;
usr.bin/ssh/umac.c
1124
UINT8 nh_result[STREAMS*sizeof(UINT64)];
usr.bin/ssh/umac.c
1137
zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
usr.bin/ssh/umac.c
1138
nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
usr.bin/ssh/umac.c
1145
nh(&ahc->hash, (UINT8 *)msg, L1_KEY_LEN, L1_KEY_LEN, nh_result);
usr.bin/ssh/umac.c
1153
zero_pad((UINT8 *)msg + len, extra_zeroes_needed);
usr.bin/ssh/umac.c
1154
nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
usr.bin/ssh/umac.c
1242
pdf_gen_xor(&ctx->pdf, (const UINT8 *)nonce, (UINT8 *)tag);
usr.bin/ssh/umac.c
1267
pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);
usr.bin/ssh/umac.c
165
typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */
usr.bin/ssh/umac.c
179
static void kdf(void *buffer_ptr, aes_int_key key, UINT8 ndx, int nbytes)
usr.bin/ssh/umac.c
181
UINT8 in_buf[AES_BLOCK_LEN] = {0};
usr.bin/ssh/umac.c
182
UINT8 out_buf[AES_BLOCK_LEN];
usr.bin/ssh/umac.c
183
UINT8 *dst_buf = (UINT8 *)buffer_ptr;
usr.bin/ssh/umac.c
212
UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
usr.bin/ssh/umac.c
213
UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
usr.bin/ssh/umac.c
219
UINT8 buf[UMAC_KEY_LEN];
usr.bin/ssh/umac.c
230
static void pdf_gen_xor(pdf_ctx *pc, const UINT8 nonce[8],
usr.bin/ssh/umac.c
231
UINT8 buf[UMAC_OUTPUT_LEN])
usr.bin/ssh/umac.c
246
UINT8 tmp_nonce_lo[4];
usr.bin/ssh/umac.c
316
UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
usr.bin/ssh/umac.c
317
UINT8 data [HASH_BUF_BYTES]; /* Incoming data buffer */
usr.bin/ssh/umac.c
532
static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes)
usr.bin/ssh/umac.c
539
UINT8 *key;
usr.bin/ssh/umac.c
607
static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes)
usr.bin/ssh/umac.c
638
static void zero_pad(UINT8 *p, int nbytes)
usr.bin/ssh/umac.c
662
static void nh_final(nh_ctx *hc, UINT8 *result)
usr.bin/ssh/umac.c
702
static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len,
usr.bin/ssh/umac.c
703
UINT32 unpadded_len, UINT8 *result)
usr.bin/ssh/umac.c
883
static void ip_short(uhash_ctx_t ahc, UINT8 *nh_res, u_char *res)
usr.bin/ssh/umac.c
956
UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)];
usr.sbin/installboot/efi_bootmgr.c
130
dp = (EFI_DEVICE_PATH *)((UINT8 *)dp + dp->Length[0]);
usr.sbin/installboot/efi_bootmgr.c
138
dp = (EFI_DEVICE_PATH *)((UINT8 *)dp + dp->Length[0]);
usr.sbin/installboot/efi_bootmgr.c
150
memcpy(((UINT8 *)(*opt)) + sizeof(**opt), desc, sizeof(desc));
usr.sbin/installboot/efi_bootmgr.c
151
memcpy(((UINT8 *)(*opt)) + sizeof(**opt) + sizeof(desc), dp0, dplen);
usr.sbin/installboot/efi_bootmgr.c
43
UINT8 Type;
usr.sbin/installboot/efi_bootmgr.c
44
UINT8 SubType;
usr.sbin/installboot/efi_bootmgr.c
45
UINT8 Length[2];
usr.sbin/installboot/efi_bootmgr.c
61
UINT8 Signature[16];
usr.sbin/installboot/efi_bootmgr.c
62
UINT8 MBRType;
usr.sbin/installboot/efi_bootmgr.c
63
UINT8 SignatureType;