Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dumac.c82 typedef u_int8_t UINT8; /* 1 byte */ typedef
185 static void kdf(void *buffer_ptr, aes_int_key key, UINT8 ndx, int nbytes) in kdf()
187 UINT8 in_buf[AES_BLOCK_LEN] = {0}; in kdf()
188 UINT8 out_buf[AES_BLOCK_LEN]; in kdf()
189 UINT8 *dst_buf = (UINT8 *)buffer_ptr; in kdf()
216 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
217 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
223 UINT8 buf[UMAC_KEY_LEN]; in pdf_init()
233 static void pdf_gen_xor(pdf_ctx *pc, UINT8 nonce[8], UINT8 buf[8]) in pdf_gen_xor()
248 UINT8 tmp_nonce_lo[4]; in pdf_gen_xor()
[all …]
/mirbsd/src/bin/ps/
Dps.h37 INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64 enumerator
Dkeyword.c126 {"nice", "NI", NULL, 0, pvar, 2, 0, POFF(p_nice), UINT8, "d"},
180 {"upr", "UPR", NULL, 0, pvar, 3, 0, POFF(p_usrpri), UINT8, "d"},
Dprint.c646 case UINT8: in printval()