Home
last modified time | relevance | path

Searched refs:crc32_update (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/bglibs/bglibs-2.04/crc/
H A Dgcrc32rfl.c32 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 1), 8, '0'); NL();
33 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 2), 8, '0'); NL();
34 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 3), 8, '0'); NL();
35 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 4), 8, '0'); NL();
36 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 5), 8, '0'); NL();
37 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 6), 8, '0'); NL();
38 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 7), 8, '0'); NL();
39 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 8), 8, '0'); NL();
40 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 9), 8, '0'); NL();
41 obuf_putXw(&outbuf, crc32_update(0, "1234567890", 10), 8, '0'); NL();
/dports/emulators/jzintv/jzintv-20200712-src/src/misc/
H A Dtest_crc32.c16 crc_8 = crc32_update(crc_8, (word >> 24) & 0xFF); in main()
29 crc_16 = crc32_update(crc_16, (word >> 24) & 0xFF); in main()
30 crc_32 = crc32_update(crc_32, (word >> 24) & 0xFF); in main()
40 crc_16 = crc32_update(crc_16, (word >> 24) & 0xFF); in main()
42 crc_32 = crc32_update(crc_32, (word >> 24) & 0xFF); in main()
/dports/security/putty/putty-0.76/
H A Dsshcrc.c84 uint32_t crc32_update(uint32_t crc, ptrlen data) in crc32_update() function
97 return crc32_update(0, data); in crc32_ssh1()
107 return crc32_update(0xFFFFFFFF, data) ^ 0xFFFFFFFF; in crc32_rfc1662()
/dports/security/putty-nogtk/putty-0.76/
H A Dsshcrc.c84 uint32_t crc32_update(uint32_t crc, ptrlen data) in crc32_update() function
97 return crc32_update(0, data); in crc32_ssh1()
107 return crc32_update(0xFFFFFFFF, data) ^ 0xFFFFFFFF; in crc32_rfc1662()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshcrc.c84 uint32_t crc32_update(uint32_t crc, ptrlen data) in crc32_update() function
97 return crc32_update(0, data); in crc32_ssh1()
107 return crc32_update(0xFFFFFFFF, data) ^ 0xFFFFFFFF; in crc32_rfc1662()
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/
H A Dcrc32.h16 inline crc32_t crc32_update (const crc32_t crc, const unsigned char octet) in crc32_update() function
36 val = crc32_update (val, octet); in update()
44 #define crc32_update(crc32,octet) ( crc32 = crc32tab[(unsigned char)(crc32) ^ \ macro
H A Dcrc32.cc137 a = crc32_update (a, *s++); in update()
/dports/devel/bglibs/bglibs-2.04/include/
H A Dcrc32.h13 #define crc32_update(C,D,L) gcrc32rfl((C),(D),(L),crc32_table) macro
14 #define crc32_block(B,L) (crc32_update(CRC32INIT,(B),(L))^CRC32POST)
/dports/net/gnu-dico/dico-2.10/modules/dict.org/
H A Dcrc.h26 #define crc32_update dicod_crc32_update macro
36 extern uint32_t crc32_update (uint32_t crc, const char *buf, size_t len);
H A Dcrc.c94 crc32_update (uint32_t crc, const char *buf, size_t len) in crc32_update() function
102 return crc32_update (0L, buf, len); in crc32()
/dports/databases/recutils/recutils-1.8/lib/
H A Dcrc.c94 crc32_update (uint32_t crc, const char *buf, size_t len) in crc32_update() function
102 return crc32_update (0L, buf, len); in crc32()
/dports/math/pspp/pspp-1.4.1/gl/
H A Dcrc.c94 crc32_update (uint32_t crc, const char *buf, size_t len) in crc32_update() function
102 return crc32_update (0L, buf, len); in crc32()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dcrc.c94 crc32_update (uint32_t crc, const char *buf, size_t len) in crc32_update() function
102 return crc32_update (0L, buf, len); in crc32()
/dports/security/shishi/shishi-1.0.2/gl/
H A Dcrc.c94 crc32_update (uint32_t crc, const char *buf, size_t len) in crc32_update() function
102 return crc32_update (0L, buf, len); in crc32()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dcrc.c94 crc32_update (uint32_t crc, const char *buf, size_t len)
102 return crc32_update (0L, buf, len);
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dcrc32.c167 void crc32_update(int c) in crc32_update() function
193 crc32_update(c); in crc32_file()
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dcrc32.c174 void crc32_update(int c) in crc32_update() function
203 crc32_update(c); in crc32_file()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/misc/
H A Dcrc32.c149 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length) in crc32_update() function
190 crc32_update(&ctx, in, strlen(in)); in crc32_test()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/misc/
H A Dcrc32.c149 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length) in crc32_update() function
190 crc32_update(&ctx, in, strlen(in)); in crc32_test()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/misc/
H A Dcrc32.c143 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length) in crc32_update() function
185 crc32_update(&ctx, in, XSTRLEN(in)); in crc32_test()
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dcrc32_generic.c57 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update() function
97 .update = crc32_update,
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dcrc32_generic.c57 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update() function
97 .update = crc32_update,
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dcrc32_generic.c57 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update() function
97 .update = crc32_update,
/dports/security/p5-CryptX/CryptX-0.075/inc/
H A DCryptX_Checksum_CRC32.xs.inc48 crc32_update(self, in, (unsigned long)inlen); /* returns void */
103 crc32_update(&st, in, (unsigned long)inlen); /* returns void */
/dports/net/tacacs/PROJECTS/misc/
H A Dcrc32.h13 u_int crc32_update(u_int, u_char *, off_t);

12345