Home
last modified time | relevance | path

Searched refs:expanded_key (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/devel/libluksde/libluksde-20200205/libfcrypto/
H A Dlibfcrypto_serpent_context.c812 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
820 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
828 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
836 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
844 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
852 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
860 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
868 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
876 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
884 internal_context->expanded_key, in libfcrypto_serpent_context_set_key()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1425 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1434 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1440 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1443 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1446 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1467 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1505 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1511 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1514 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/crypto/cipher/
H A Daes.c1397 expanded_key->round[i].v8[1] = aes_sbox[expanded_key->round[i - 1].v8[14]]; in aes_128_expand_encryption_key()
1398 expanded_key->round[i].v8[2] = aes_sbox[expanded_key->round[i - 1].v8[15]]; in aes_128_expand_encryption_key()
1401 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1407 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1410 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1413 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1467 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1473 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1476 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
1479 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 2].v32[3]; in aes_256_expand_encryption_key()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1425 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1434 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1440 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1443 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1446 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1467 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1505 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1511 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1514 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1425 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1434 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1440 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1443 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1446 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1467 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1505 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1511 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1514 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1425 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1434 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1440 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1443 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1446 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1467 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1505 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1511 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1514 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1425 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1434 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1440 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1443 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1446 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1467 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1505 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1511 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1514 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/crypto/cipher/
H A Daes.c1398 expanded_key->round[i].v8[1] = aes_sbox[expanded_key->round[i-1].v8[14]]; in aes_128_expand_encryption_key()
1399 expanded_key->round[i].v8[2] = aes_sbox[expanded_key->round[i-1].v8[15]]; in aes_128_expand_encryption_key()
1402 expanded_key->round[i].v32[0] ^= expanded_key->round[i-1].v32[0]; in aes_128_expand_encryption_key()
1408 expanded_key->round[i].v32[0] ^ expanded_key->round[i-1].v32[1]; in aes_128_expand_encryption_key()
1411 expanded_key->round[i].v32[1] ^ expanded_key->round[i-1].v32[2]; in aes_128_expand_encryption_key()
1414 expanded_key->round[i].v32[2] ^ expanded_key->round[i-1].v32[3]; in aes_128_expand_encryption_key()
1468 expanded_key->round[i].v32[0] ^= expanded_key->round[i-2].v32[0]; in aes_256_expand_encryption_key()
1474 expanded_key->round[i].v32[0] ^ expanded_key->round[i-2].v32[1]; in aes_256_expand_encryption_key()
1477 expanded_key->round[i].v32[1] ^ expanded_key->round[i-2].v32[2]; in aes_256_expand_encryption_key()
1480 expanded_key->round[i].v32[2] ^ expanded_key->round[i-2].v32[3]; in aes_256_expand_encryption_key()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1420 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1429 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1435 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1438 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1441 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1457 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1488 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1494 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1497 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/net/libsrtp2/libsrtp-2.4.2/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1420 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1429 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1435 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1438 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1441 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1457 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1488 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1494 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1497 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/crypto/cipher/
H A Daes.c1413 expanded_key->num_rounds = 10; in aes_128_expand_encryption_key()
1420 expanded_key->round[i].v8[0] = in aes_128_expand_encryption_key()
1429 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 1].v32[0]; in aes_128_expand_encryption_key()
1435 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 1].v32[1]; in aes_128_expand_encryption_key()
1438 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 1].v32[2]; in aes_128_expand_encryption_key()
1441 expanded_key->round[i].v32[2] ^ expanded_key->round[i - 1].v32[3]; in aes_128_expand_encryption_key()
1457 expanded_key->num_rounds = 14; in aes_256_expand_encryption_key()
1488 expanded_key->round[i].v32[0] ^= expanded_key->round[i - 2].v32[0]; in aes_256_expand_encryption_key()
1494 expanded_key->round[i].v32[0] ^ expanded_key->round[i - 2].v32[1]; in aes_256_expand_encryption_key()
1497 expanded_key->round[i].v32[1] ^ expanded_key->round[i - 2].v32[2]; in aes_256_expand_encryption_key()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Djson_cache_spec.rb122 .with(expanded_key)
130 .with(expanded_key)
140 .with(expanded_key)
151 .with(expanded_key)
162 .with(expanded_key)
172 .with(expanded_key)
182 .with(expanded_key)
190 .with(expanded_key)
198 .with(expanded_key)
206 .with(expanded_key)
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dcrypt-blowfish.c588 BF_key expanded_key; in _crypt_blowfish_rn() member
678 data.ctx.P[0] ^= data.expanded_key[0]; in _crypt_blowfish_rn()
679 data.ctx.P[1] ^= data.expanded_key[1]; in _crypt_blowfish_rn()
680 data.ctx.P[2] ^= data.expanded_key[2]; in _crypt_blowfish_rn()
681 data.ctx.P[3] ^= data.expanded_key[3]; in _crypt_blowfish_rn()
682 data.ctx.P[4] ^= data.expanded_key[4]; in _crypt_blowfish_rn()
683 data.ctx.P[5] ^= data.expanded_key[5]; in _crypt_blowfish_rn()
684 data.ctx.P[6] ^= data.expanded_key[6]; in _crypt_blowfish_rn()
685 data.ctx.P[7] ^= data.expanded_key[7]; in _crypt_blowfish_rn()
686 data.ctx.P[8] ^= data.expanded_key[8]; in _crypt_blowfish_rn()
[all …]

12345678910