Searched refs:uint_8t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c67 #define lp08(x) ((uint_8t*)(x))
89 #define kd_adr(c) ((uint_8t*)(c)->ks)
91 #define kd_adr(c) ((uint_8t*)(c)->ks + (c)->inf.b[0])
93 #define kd_adr(c) ((uint_8t*)(c)->ks + ((c)->inf.b[0] == 160 ? 160 : 0))
137 { uint_8t *ksp = (uint_8t*)(ctx->ks);
148 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
149 uint_8t *ip, *op;
155 ip = (addr_mod_16(ibuf) ? buf : (uint_8t*)ibuf);
198 { uint_8t *ks
[all...]
H A Daesopt.h52 uint_8t (an unsigned 8-bit type)
526 #define bval(x,n) ((uint_8t)((x) >> (8 * (n))))
534 #define bval(x,n) ((uint_8t)((x) >> (24 - 8 * (n))))
541 #define word_in(x,c) bytes2word(((const uint_8t*)(x)+4*c)[0], ((const uint_8t*)(x)+4*c)[1], \
542 ((const uint_8t*)(x)+4*c)[2], ((const uint_8t*)(x)+4*c)[3])
543 #define word_out(x,c,v) { ((uint_8t*)(x)+4*c)[0] = bval(v,0); ((uint_8t*)(x)+4*c)[1] = bval(v,1); \
544 ((uint_8t*)(
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h62 typedef unsigned char uint_8t; typedef
99 uint_8t b[4];

Completed in 31 milliseconds