Searched refs:BYTE (Results 1 - 25 of 144) sorted by relevance

123456

/macosx-10.10/ntp-92/include/
H A Dhopf6039.h19 typedef unsigned char BYTE; typedef
24 #define LOBYTE(w) ((BYTE)(w))
25 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
58 BYTE wVisible;
59 BYTE wMode;
60 BYTE wSat0;
61 BYTE wRat0;
62 BYTE wSat1;
63 BYTE wRat1;
64 BYTE wSat
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DrijndaelApi.h42 typedef unsigned char BYTE; typedef
46 BYTE direction; /* Key used for encrypting or decrypting? */
54 BYTE mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */
62 BYTE direction,
65 BYTE *keyMaterial);
69 BYTE mode,
71 BYTE *IV);
76 BYTE *input,
78 BYTE *outBuffer);
83 BYTE *inpu
[all...]
H A DrijndaelApi.c33 BYTE direction,
36 BYTE *keyMaterial)
72 BYTE mode,
74 BYTE *IV)
102 keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer)
136 outBuffer[4*j+t] = (BYTE) cipher->chainBlock[t][j];
156 outBuffer[4*j+t] = (BYTE) cipher->chainBlock[t][j];
172 keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffe
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/towitoko/
H A Dpps.c38 static bool PPS_Match (BYTE * request, unsigned len_request, BYTE * reply, unsigned len_reply);
40 static unsigned PPS_GetLength (BYTE * block);
42 static BYTE PPS_GetPCK (BYTE * block, unsigned length);
45 PPS_Exchange (int lun, BYTE * params, unsigned *length, unsigned char *pps1)
47 BYTE confirm[PPS_MAX_LENGTH];
87 PPS_Match (BYTE * request, unsigned len_request, BYTE * confirm, unsigned len_confirm)
105 PPS_GetLength (BYTE * bloc
[all...]
H A Datr.h80 BYTE TS;
81 BYTE T0;
84 BYTE value;
89 BYTE hb[ATR_MAX_HISTORICAL];
99 extern int ATR_InitFromArray(ATR_t * atr, const BYTE buffer[ATR_MAX_SIZE],
107 extern int ATR_GetIntegerValue(ATR_t * atr, int name, BYTE * value);
H A Dpps.h51 BYTE t;
67 int PPS_Exchange (int lun, BYTE * params, /*@out@*/ unsigned *length,
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwintypes.h49 #ifndef BYTE
50 typedef uint8_t BYTE; typedef
70 typedef const BYTE *LPCBYTE;
71 typedef BYTE *LPBYTE;
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DckSHA1_priv.h32 typedef unsigned char BYTE; typedef
50 const BYTE *buffer,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DckSHA1_priv.h32 typedef unsigned char BYTE; typedef
50 const BYTE *buffer,
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/hashTime/
H A DSHA1_priv.h28 typedef unsigned char BYTE; typedef
46 const BYTE *buffer,
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/hashTimeSA/
H A DSHA1_priv.h28 typedef unsigned char BYTE; typedef
46 const BYTE *buffer,
/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dprng.h58 YARROWAPI prng_error_status prngInputEntropy(PrngRef prng, BYTE *inbuf,UINT inbuflen,UINT poolnum);
69 YARROWAPI int prngInputEntropy(BYTE *inbuf,UINT inbuflen,UINT poolnum);
H A DmacOnly.h62 extern DWORD prng_slow_poll(BYTE* buf,UINT bufsize);
H A Dprngpriv.h75 BYTE IV[20];
76 BYTE out[20];
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A DenDecryptRef.c24 (BYTE *)key);
40 (BYTE *)inText,
42 (BYTE *)outText);
47 (BYTE *)inText,
49 (BYTE *)outText);
/macosx-10.10/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/include/
H A Dyarrow.h118 BYTE *outbuf,
123 BYTE *inbuf,
125 BYTE *outbuf,
130 BYTE *inbuf,
145 BYTE *buf,
153 YARROWAPI int prngOutput(BYTE *outbuf,UINT outbuflen);
154 YARROWAPI int prngStretch(BYTE *inbuf,UINT inbuflen,BYTE *outbuf,UINT outbuflen);
155 YARROWAPI int prngInput(BYTE *inbuf,UINT inbuflen,UINT poolnum,UINT estbits);
158 YARROWAPI int prngProcessSeedBuffer(BYTE *bu
[all...]
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dndis2.h239 BYTE majorNdisVersion; /* 2 - Latest version */
240 BYTE minorNdisVersion; /* 0 */
242 BYTE majorModuleVersion;
243 BYTE minorModuleVersion;
250 BYTE moduleName[16];
251 BYTE protocolLevelUpper;
259 BYTE interfaceUpper;
260 BYTE protocolLevelLower;
269 BYTE interfaceLower;
273 BYTE *serviceChar
[all...]
H A Dpktdrvr.h50 BYTE class; /* = 1 for DEC/Interl/Xerox Ethernet */
51 BYTE number; /* = 0 for single LAN adapter */
53 BYTE funcs; /* Basic/Extended/HiPerf functions */
56 BYTE name [15]; /* Name of adapter interface,ie.3C523*/
59 BYTE majVer; /* Major driver implementation ver. */
60 BYTE minVer; /* Minor driver implementation ver. */
61 BYTE dummyLen; /* length of following data */
88 BYTE data [TX_BUF_SIZE];
98 BYTE data [RX_BUF_SIZE];
130 extern int PktReceive (BYTE *bu
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/sha/
H A Dsha.h12 typedef unsigned char BYTE; typedef
36 void sha_update _ANSI_ARGS_ ((SHA_INFO *, BYTE *, int));
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A Dtcpxcv.h57 BYTE Reserved[540];
74 BYTE Reserved[514];
93 BYTE Reserved[98];
101 BYTE Reserved[128];
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-dos.h18 typedef unsigned char BYTE; typedef
21 typedef BYTE ETHER[6];
131 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
134 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
135 extern int peek_rxbuf (BYTE **buf);
136 extern int release_rxbuf (BYTE *buf);
164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
165 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
166 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 int (*release_rx_buf) (BYTE *bu
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DUnicodeReader.cpp20 #define BYTE(b) (((int) b) & 0xFF) macro
75 BYTE(startBytes[0]), BYTE(startBytes[1]), BYTE(startBytes[2]), BYTE(startBytes[3]));
/macosx-10.10/swig-12/Lib/java/
H A Dvarious.i124 * char *BYTE typemaps.
136 %typemap(jni) char *BYTE "jbyteArray"
137 %typemap(jtype) char *BYTE "byte[]"
138 %typemap(jstype) char *BYTE "byte[]"
139 %typemap(in) char *BYTE {
143 %typemap(argout) char *BYTE {
147 %typemap(javain) char *BYTE "$javainput"
150 %typemap(freearg) char *BYTE ""
/macosx-10.10/ncurses-44/ncurses/include/
H A Dtic.h80 #undef BYTE macro
81 #define BYTE(p,n) (unsigned char)((p)[n]) macro
83 #define IS_NEG1(p) ((BYTE(p,0) == 0377) && (BYTE(p,1) == 0377))
84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377))
85 #define LOW_MSB(p) (BYTE(p,0) + 256*BYTE(p,1))
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DStringServices.h94 std::vector< BYTE > & outArray

Completed in 158 milliseconds

123456