Home
last modified time | relevance | path

Searched refs:xR (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/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()
102 xR ^= self->P[16]; in inline_encrypt()
106 *pxR = xR; in inline_encrypt()
120 tmp = xL; xL = xR; xR = tmp; in inline_decrypt()
124 tmp = xL; xL = xR; xR = tmp; in inline_decrypt()
136 *pxR = xR; 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.c236 xL = xR; in Blowfish_enc()
237 xR = xLtmp; in Blowfish_enc()
241 xL = xR; in Blowfish_enc()
257 xL = xR; in Blowfish_dec()
258 xR = xLtmp; 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
282 xR ^= P[17]; in blowfish_encrypt()
284 output[0] = xR; in blowfish_encrypt()
316 xR ^= P[0]; in blowfish_decrypt()
318 output[0] = xR; in blowfish_decrypt()
326 xR, in blowfish_encrypt_cbc() local
341 iv1 ^= xR; in blowfish_encrypt_cbc()
359 xR, in blowfish_decrypt_cbc() local
379 iv1 = xR; in blowfish_decrypt_cbc()
392 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17];
282 output[0] = xR;
314 xR ^= P[0];
316 output[0] = xR;
324 xR,
339 iv1 ^= xR;
357 xR,
377 iv1 = xR;
390 xR,
[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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, 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 )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, in blowfish_encrypt_ecb() local
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pgcrypto/
H A Dblf.c250 #define ROUND(n) ( xL ^= P[n], t = xL, xL = F(xL) ^ xR, xR = t )
280 xR ^= P[17]; in blowfish_encrypt()
282 output[0] = xR; in blowfish_encrypt()
314 xR ^= P[0]; in blowfish_decrypt()
316 output[0] = xR; in blowfish_decrypt()
324 xR, in blowfish_encrypt_cbc() local
339 iv1 ^= xR; in blowfish_encrypt_cbc()
357 xR, in blowfish_decrypt_cbc() local
377 iv1 = xR; in blowfish_decrypt_cbc()
390 xR, in blowfish_encrypt_ecb() local
[all …]

12345678910>>...28