Home
last modified time | relevance | path

Searched refs:UCHR (Results 1 – 16 of 16) sorted by relevance

/dports/security/p5-Digest-SHA3/Digest-SHA3-1.04/src/
H A Dsha3.c28 static void word2mem(UCHR *mem, W64 w) in word2mem()
31 UCHR *p = mem; in word2mem()
34 *p++ = (UCHR) (w & 0xff); in word2mem()
152 static void sha3(SHA3 *s, UCHR *block) in sha3()
169 static UCHR *digcpy(SHA3 *s) in digcpy()
172 UCHR *Z = s->digest; in digcpy()
327 static UCHR *shasqueeze(SHA3 *s) in shasqueeze()
347 UCHR *d; in shahex()
368 UCHR byte[3] = {0, 0, 0}; in encbase64()
373 Copy(in, byte, (unsigned) n, UCHR); in encbase64()
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Digest-SHA/
H A DSHA.xs141 UCHR *data;
197 UCHR *key = (UCHR *) "";
198 UCHR *data;
251 UCHR *data;
302 UCHR buf[256];
303 UCHR *ptr = buf;
328 UCHR *data;
355 UCHR in[IO_BUFFER_SIZE];
368 UCHR c;
371 UCHR *src, *dst;
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Digest-SHA/
H A DSHA.xs141 UCHR *data;
197 UCHR *key = (UCHR *) "";
198 UCHR *data;
251 UCHR *data;
302 UCHR buf[256];
303 UCHR *ptr = buf;
328 UCHR *data;
355 UCHR in[IO_BUFFER_SIZE];
368 UCHR c;
371 UCHR *src, *dst;
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Digest-SHA/
H A DSHA.xs141 UCHR *data;
197 UCHR *key = (UCHR *) "";
198 UCHR *data;
251 UCHR *data;
302 UCHR buf[256];
303 UCHR *ptr = buf;
328 UCHR *data;
355 UCHR in[IO_BUFFER_SIZE];
368 UCHR c;
371 UCHR *src, *dst;
[all …]
/dports/security/p5-Digest-SHA/Digest-SHA-6.02/
H A DSHA.xs141 UCHR *data;
197 UCHR *key = (UCHR *) "";
198 UCHR *data;
251 UCHR *data;
302 UCHR buf[256];
303 UCHR *ptr = buf;
328 UCHR *data;
355 UCHR in[IO_BUFFER_SIZE];
368 UCHR c;
371 UCHR *src, *dst;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Digest-SHA/
H A DSHA.xs141 UCHR *data;
197 UCHR *key = (UCHR *) "";
198 UCHR *data;
251 UCHR *data;
302 UCHR buf[256];
303 UCHR *ptr = buf;
328 UCHR *data;
355 UCHR in[IO_BUFFER_SIZE];
368 UCHR c;
371 UCHR *src, *dst;
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Digest-SHA/src/
H A Dsha.c26 #define UCHR unsigned char macro
226 static UCHR *w32mem(UCHR *mem, W32 w32) in w32mem()
231 *mem++ = (UCHR) (SR32(w32, 24-i*8) & 0xff); in w32mem()
236 static W32 memw32(UCHR *mem) in memw32()
247 static UCHR *digcpy(SHA *s) in digcpy()
250 UCHR *d = s->digest; in digcpy()
266 static UCHR *statecpy(SHA *s, UCHR *buf) in statecpy()
429 UCHR *d; in shahex()
450 UCHR byte[3] = {0, 0, 0}; in encbase64()
455 Copy(in, byte, n, UCHR); in encbase64()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Digest-SHA/src/
H A Dsha.c26 #define UCHR unsigned char macro
226 static UCHR *w32mem(UCHR *mem, W32 w32) in w32mem()
231 *mem++ = (UCHR) (SR32(w32, 24-i*8) & 0xff); in w32mem()
236 static W32 memw32(UCHR *mem) in memw32()
247 static UCHR *digcpy(SHA *s) in digcpy()
250 UCHR *d = s->digest; in digcpy()
266 static UCHR *statecpy(SHA *s, UCHR *buf) in statecpy()
429 UCHR *d; in shahex()
450 UCHR byte[3] = {0, 0, 0}; in encbase64()
455 Copy(in, byte, n, UCHR); in encbase64()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Digest-SHA/src/
H A Dsha.c26 #define UCHR unsigned char macro
226 static UCHR *w32mem(UCHR *mem, W32 w32) in w32mem()
231 *mem++ = (UCHR) (SR32(w32, 24-i*8) & 0xff); in w32mem()
236 static W32 memw32(UCHR *mem) in memw32()
247 static UCHR *digcpy(SHA *s) in digcpy()
250 UCHR *d = s->digest; in digcpy()
266 static UCHR *statecpy(SHA *s, UCHR *buf) in statecpy()
429 UCHR *d; in shahex()
450 UCHR byte[3] = {0, 0, 0}; in encbase64()
455 Copy(in, byte, n, UCHR); in encbase64()
[all …]
/dports/security/p5-Digest-SHA/Digest-SHA-6.02/src/
H A Dsha.c26 #define UCHR unsigned char macro
226 static UCHR *w32mem(UCHR *mem, W32 w32) in w32mem()
231 *mem++ = (UCHR) (SR32(w32, 24-i*8) & 0xff); in w32mem()
236 static W32 memw32(UCHR *mem) in memw32()
247 static UCHR *digcpy(SHA *s) in digcpy()
250 UCHR *d = s->digest; in digcpy()
266 static UCHR *statecpy(SHA *s, UCHR *buf) in statecpy()
429 UCHR *d; in shahex()
450 UCHR byte[3] = {0, 0, 0}; in encbase64()
455 Copy(in, byte, n, UCHR); in encbase64()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Digest-SHA/src/
H A Dsha.c26 #define UCHR unsigned char macro
226 static UCHR *w32mem(UCHR *mem, W32 w32) in w32mem()
231 *mem++ = (UCHR) (SR32(w32, 24-i*8) & 0xff); in w32mem()
236 static W32 memw32(UCHR *mem) in memw32()
247 static UCHR *digcpy(SHA *s) in digcpy()
250 UCHR *d = s->digest; in digcpy()
266 static UCHR *statecpy(SHA *s, UCHR *buf) in statecpy()
429 UCHR *d; in shahex()
450 UCHR byte[3] = {0, 0, 0}; in encbase64()
455 Copy(in, byte, n, UCHR); in encbase64()
[all …]
/dports/security/p5-Digest-SHA3/Digest-SHA3-1.04/
H A DSHA3.xs138 UCHR *data;
146 data = (UCHR *) (SvPVbyte(ST(i), len));
188 UCHR *data;
195 data = (UCHR *) (SvPVbyte(ST(i), len));
248 UCHR in[IO_BUFFER_SIZE];
261 UCHR c;
264 UCHR *src, *dst;
265 UCHR in[IO_BUFFER_SIZE+1];
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/
H A Dcarbonprivatewindow.inc541 DebugLn('[Keyboard layout] UCHR layout = ', DbgS(Layout));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbonprivatewindow.inc541 DebugLn('[Keyboard layout] UCHR layout = ', DbgS(Layout));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/
H A Dcarbonprivatewindow.inc541 DebugLn('[Keyboard layout] UCHR layout = ', DbgS(Layout));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/
H A Dcarbonprivatewindow.inc541 DebugLn('[Keyboard layout] UCHR layout = ', DbgS(Layout));