Home
last modified time | relevance | path

Searched refs:md5_i (Results 1 – 25 of 101) sorted by relevance

12345

/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/multimedia/tivodecode/tivodecode-0.2pre4/
H A Dmd5.c147 ctxt->md5_i = 0; in md5_init()
164 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
168 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
174 ctxt->md5_i = (unsigned int)len - i; in md5_loop()
175 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
179 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
180 ctxt->md5_i += (unsigned int)len; in md5_loop()
190 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
193 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
199 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/devel/libfortuna/libfortuna-11cbd88/src/
H A Dmd5.c139 ctxt->md5_i = 0; in md5_init()
154 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
158 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
164 ctxt->md5_i = len - i; in md5_loop()
165 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
169 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
170 ctxt->md5_i += len; in md5_loop()
180 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
183 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
189 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/common/
H A Dmd5.c318 gap = MD5_BUFLEN - ctx->md5_i; in md5_pad()
321 memmove(ctx->md5_buf + ctx->md5_i, md5_paddat, in md5_pad()
327 memmove(ctx->md5_buf + ctx->md5_i, md5_paddat, gap); in md5_pad()
388 ctx->md5_i = 0; in pg_md5_init()
409 gap = MD5_BUFLEN - ctx->md5_i; in pg_md5_update()
413 memmove(ctx->md5_buf + ctx->md5_i, data, gap); in pg_md5_update()
419 ctx->md5_i = len - i; in pg_md5_update()
420 memmove(ctx->md5_buf, data + i, ctx->md5_i); in pg_md5_update()
424 memmove(ctx->md5_buf + ctx->md5_i, data, len); in pg_md5_update()
425 ctx->md5_i += len; in pg_md5_update()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/common/
H A Dmd5.c318 gap = MD5_BUFLEN - ctx->md5_i; in md5_pad()
321 memmove(ctx->md5_buf + ctx->md5_i, md5_paddat, in md5_pad()
327 memmove(ctx->md5_buf + ctx->md5_i, md5_paddat, gap); in md5_pad()
388 ctx->md5_i = 0; in pg_md5_init()
409 gap = MD5_BUFLEN - ctx->md5_i; in pg_md5_update()
413 memmove(ctx->md5_buf + ctx->md5_i, data, gap); in pg_md5_update()
419 ctx->md5_i = len - i; in pg_md5_update()
420 memmove(ctx->md5_buf, data + i, ctx->md5_i); in pg_md5_update()
424 memmove(ctx->md5_buf + ctx->md5_i, data, len); in pg_md5_update()
425 ctx->md5_i += len; in pg_md5_update()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dmd5.c141 ctxt->md5_i = 0; in md5_init()
156 gap = MD5_BUFLEN - ctxt->md5_i; in md5_loop()
160 memmove(ctxt->md5_buf + ctxt->md5_i, input, gap); in md5_loop()
166 ctxt->md5_i = len - i; in md5_loop()
167 memmove(ctxt->md5_buf, input + i, ctxt->md5_i); in md5_loop()
171 memmove(ctxt->md5_buf + ctxt->md5_i, input, len); in md5_loop()
172 ctxt->md5_i += len; in md5_loop()
182 gap = MD5_BUFLEN - ctxt->md5_i; in md5_pad()
185 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, in md5_pad()
191 memmove(ctxt->md5_buf + ctxt->md5_i, md5_paddat, gap); in md5_pad()
/dports/databases/postgresql14-docs/postgresql-14.1/src/common/
H A Dmd5.c318 gap = MD5_BUFLEN - ctx->md5_i; in md5_pad()
321 memmove(ctx->md5_buf + ctx->md5_i, md5_paddat, in md5_pad()
327 memmove(ctx->md5_buf + ctx->md5_i, md5_paddat, gap); in md5_pad()
388 ctx->md5_i = 0; in pg_md5_init()
409 gap = MD5_BUFLEN - ctx->md5_i; in pg_md5_update()
413 memmove(ctx->md5_buf + ctx->md5_i, data, gap); in pg_md5_update()
419 ctx->md5_i = len - i; in pg_md5_update()
420 memmove(ctx->md5_buf, data + i, ctx->md5_i); in pg_md5_update()
424 memmove(ctx->md5_buf + ctx->md5_i, data, len); in pg_md5_update()
425 ctx->md5_i += len; in pg_md5_update()

12345