Home
last modified time | relevance | path

Searched refs:xL (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgimp-op.h39 #define GIMP_OP_LIGHTEN_ONLY(xL, xI) MAX (xI, xL) argument
41 #define GIMP_OP_DODGE(xL, xI) GIMP_OP_DIVIDE (255-xL, xI) argument
42 #define GIMP_OP_ADDITION(xL, xI) CLAMP_PIXEL (xI + xL) argument
43 #define GIMP_OP_DARKEN_ONLY(xL, xI) MIN (xI, xL) argument
44 #define GIMP_OP_MULTIPLY(xL, xI) CLAMP_PIXEL (ADD_ALPHA (xL, xI)) argument
47 #define GIMP_OP_HARD_LIGHT(xL, xI) CLAMP_PIXEL (xL > 128 ? 255 ^ ADD_ALPHA (255 - xI, 2 * (255 - xL argument
48 #define GIMP_OP_DIFFERENCE(xL, xI) CLAMP_PIXEL (ABS_TEMP2 (xI - xL)) argument
49 #define GIMP_OP_SUBTRACT(xL, xI) CLAMP_PIXEL (xI - xL) argument
50 #define GIMP_OP_GRAIN_EXTRACT(xL, xI) CLAMP_PIXEL ((int) xI - xL + 128) argument
51 #define GIMP_OP_GRAIN_MERGE(xL, xI) CLAMP_PIXEL ((int) xI + xL - 128) argument
[all …]
/dports/security/py-pycrypto/pycrypto-2.6.1/src/
H A DBlowfish.c96 tmp = xL; xL = xR; xR = tmp; in inline_encrypt()
100 tmp = xL; xL = xR; xR = tmp; in inline_encrypt()
103 xL ^= self->P[17]; in inline_encrypt()
105 *pxL = xL; in inline_encrypt()
120 tmp = xL; xL = xR; xR = tmp; in inline_decrypt()
124 tmp = xL; xL = xR; xR = tmp; in inline_decrypt()
135 *pxL = xL; in inline_decrypt()
141 uint32_t xL, xR; in Blowfish_encrypt() local
159 uint32_t xL, xR; in Blowfish_decrypt() local
179 uint32_t xL, xR; in Blowfish_init() local
[all …]
/dports/net/tacacs/PROJECTS/mavis/
H A Dblowfish.c235 xLtmp = xL; in Blowfish_enc()
236 xL = xR; in Blowfish_enc()
241 xL = xR; in Blowfish_enc()
256 xLtmp = xL; in Blowfish_dec()
257 xL = xR; in Blowfish_dec()
262 xL = xR; in Blowfish_dec()
296 Blowfish_enc(ctx, &xL, &xR, xL, xR); in blowfish_init()
301 Blowfish_enc(ctx, &xL, &xR, xL, xR); in blowfish_init()
305 Blowfish_enc(ctx, &xL, &xR, xL, xR); in blowfish_init()
309 Blowfish_enc(ctx, &xL, &xR, xL, xR); in blowfish_init()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/devel/libfortuna/libfortuna-11cbd88/src/
H A Dblf.c252 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
281 xL ^= P[16]; in blowfish_encrypt()
285 output[1] = xL; in blowfish_encrypt()
315 xL ^= P[1]; in blowfish_decrypt()
319 output[1] = xL; in blowfish_decrypt()
325 uint32 xL, in blowfish_encrypt_cbc() local
340 iv0 ^= xL; in blowfish_encrypt_cbc()
358 uint32 xL, in blowfish_decrypt_cbc() local
378 iv0 = xL; in blowfish_decrypt_cbc()
391 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16];
283 output[1] = xL;
313 xL ^= P[1];
317 output[1] = xL;
323 uint32 xL,
338 iv0 ^= xL;
356 uint32 xL,
376 iv0 = xL;
389 uint32 xL,
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
279 xL ^= P[16]; in blowfish_encrypt()
283 output[1] = xL; in blowfish_encrypt()
313 xL ^= P[1]; in blowfish_decrypt()
317 output[1] = xL; in blowfish_decrypt()
323 uint32 xL, in blowfish_encrypt_cbc() local
338 iv0 ^= xL; in blowfish_encrypt_cbc()
356 uint32 xL, in blowfish_decrypt_cbc() local
376 iv0 = xL; in blowfish_decrypt_cbc()
389 uint32 xL, in blowfish_encrypt_ecb() local
[all …]

12345678910>>...26