Searched refs:K3 (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dhalfmd4.c20 #define K3 015666365641UL macro
50 ROUND(H, a, b, c, d, in[3] + K3, 3);
51 ROUND(H, d, a, b, c, in[7] + K3, 9);
52 ROUND(H, c, d, a, b, in[2] + K3, 11);
53 ROUND(H, b, c, d, a, in[6] + K3, 15);
54 ROUND(H, a, b, c, d, in[1] + K3, 3);
55 ROUND(H, d, a, b, c, in[5] + K3, 9);
56 ROUND(H, c, d, a, b, in[0] + K3, 11);
57 ROUND(H, b, c, d, a, in[4] + K3, 15);
H A Dsha1.c20 #define K3 0x8F1BBCDCL /* Rounds 40-59: sqrt(5) * 2^30 */ macro
66 t = f3(b, c, d) + K3 + rol32(a, 5) + e + W[i];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c66 #define K3 015666365641UL macro
96 ROUND(H, a, b, c, d, in[3] + K3, 3);
97 ROUND(H, d, a, b, c, in[7] + K3, 9);
98 ROUND(H, c, d, a, b, in[2] + K3, 11);
99 ROUND(H, b, c, d, a, in[6] + K3, 15);
100 ROUND(H, a, b, c, d, in[1] + K3, 3);
101 ROUND(H, d, a, b, c, in[5] + K3, 9);
102 ROUND(H, c, d, a, b, in[0] + K3, 11);
103 ROUND(H, b, c, d, a, in[4] + K3, 15);
117 #undef K3 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dsha1.c85 #define K3 0x8F1BBCDCL macro
182 R( a, b, c, d, e, F3, K3, M(40) );
183 R( e, a, b, c, d, F3, K3, M(41) );
184 R( d, e, a, b, c, F3, K3, M(42) );
185 R( c, d, e, a, b, F3, K3, M(43) );
186 R( b, c, d, e, a, F3, K3, M(44) );
187 R( a, b, c, d, e, F3, K3, M(45) );
188 R( e, a, b, c, d, F3, K3, M(46) );
189 R( d, e, a, b, c, F3, K3, M(47) );
190 R( c, d, e, a, b, F3, K3,
[all...]
H A Drmd160.c196 #define K3 0x8F1BBCDC macro
267 R( c, d, e, a, b, F3, K3, 1, 11 );
268 R( b, c, d, e, a, F3, K3, 9, 12 );
269 R( a, b, c, d, e, F3, K3, 11, 14 );
270 R( e, a, b, c, d, F3, K3, 10, 15 );
271 R( d, e, a, b, c, F3, K3, 0, 14 );
272 R( c, d, e, a, b, F3, K3, 8, 15 );
273 R( b, c, d, e, a, F3, K3, 12, 9 );
274 R( a, b, c, d, e, F3, K3, 4, 8 );
275 R( e, a, b, c, d, F3, K3, 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha1.c85 #define K3 0x8F1BBCDCL macro
182 R( a, b, c, d, e, F3, K3, M(40) );
183 R( e, a, b, c, d, F3, K3, M(41) );
184 R( d, e, a, b, c, F3, K3, M(42) );
185 R( c, d, e, a, b, F3, K3, M(43) );
186 R( b, c, d, e, a, F3, K3, M(44) );
187 R( a, b, c, d, e, F3, K3, M(45) );
188 R( e, a, b, c, d, F3, K3, M(46) );
189 R( d, e, a, b, c, F3, K3, M(47) );
190 R( c, d, e, a, b, F3, K3,
[all...]
H A Drmd160.c196 #define K3 0x8F1BBCDC macro
267 R( c, d, e, a, b, F3, K3, 1, 11 );
268 R( b, c, d, e, a, F3, K3, 9, 12 );
269 R( a, b, c, d, e, F3, K3, 11, 14 );
270 R( e, a, b, c, d, F3, K3, 10, 15 );
271 R( d, e, a, b, c, F3, K3, 0, 14 );
272 R( c, d, e, a, b, F3, K3, 8, 15 );
273 R( b, c, d, e, a, F3, K3, 12, 9 );
274 R( a, b, c, d, e, F3, K3, 4, 8 );
275 R( e, a, b, c, d, F3, K3, 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sha.c110 #define K3 0x8F1BBCDCL /* Rounds 40-59 */ macro
227 subRound (A, B, C, D, E, f3, K3, expand ( eData, 40) );
228 subRound (E, A, B, C, D, f3, K3, expand ( eData, 41) );
229 subRound (D, E, A, B, C, f3, K3, expand ( eData, 42) );
230 subRound (C, D, E, A, B, f3, K3, expand ( eData, 43) );
231 subRound (B, C, D, E, A, f3, K3, expand ( eData, 44) );
232 subRound (A, B, C, D, E, f3, K3, expand ( eData, 45) );
233 subRound (E, A, B, C, D, f3, K3, expand ( eData, 46) );
234 subRound (D, E, A, B, C, f3, K3, expand ( eData, 47) );
235 subRound (C, D, E, A, B, f3, K3, expan
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Drmd128.c33 #define K3 RMD_K3 macro
103 ROUND(aa, bb, cc, dd, F3, K3, in[3], 11);
104 ROUND(dd, aa, bb, cc, F3, K3, in[10], 13);
105 ROUND(cc, dd, aa, bb, F3, K3, in[14], 6);
106 ROUND(bb, cc, dd, aa, F3, K3, in[4], 7);
107 ROUND(aa, bb, cc, dd, F3, K3, in[9], 14);
108 ROUND(dd, aa, bb, cc, F3, K3, in[15], 9);
109 ROUND(cc, dd, aa, bb, F3, K3, in[8], 13);
110 ROUND(bb, cc, dd, aa, F3, K3, in[1], 15);
111 ROUND(aa, bb, cc, dd, F3, K3, i
[all...]
H A Drmd160.c33 #define K3 RMD_K3 macro
109 ROUND(dd, ee, aa, bb, cc, F3, K3, in[3], 11);
110 ROUND(cc, dd, ee, aa, bb, F3, K3, in[10], 13);
111 ROUND(bb, cc, dd, ee, aa, F3, K3, in[14], 6);
112 ROUND(aa, bb, cc, dd, ee, F3, K3, in[4], 7);
113 ROUND(ee, aa, bb, cc, dd, F3, K3, in[9], 14);
114 ROUND(dd, ee, aa, bb, cc, F3, K3, in[15], 9);
115 ROUND(cc, dd, ee, aa, bb, F3, K3, in[8], 13);
116 ROUND(bb, cc, dd, ee, aa, F3, K3, in[1], 15);
117 ROUND(aa, bb, cc, dd, ee, F3, K3, i
[all...]
H A Drmd256.c33 #define K3 RMD_K3 macro
145 ROUND(aa, bb, cc, dd, F3, K3, in[3], 11);
146 ROUND(dd, aa, bb, cc, F3, K3, in[10], 13);
147 ROUND(cc, dd, aa, bb, F3, K3, in[14], 6);
148 ROUND(bb, cc, dd, aa, F3, K3, in[4], 7);
149 ROUND(aa, bb, cc, dd, F3, K3, in[9], 14);
150 ROUND(dd, aa, bb, cc, F3, K3, in[15], 9);
151 ROUND(cc, dd, aa, bb, F3, K3, in[8], 13);
152 ROUND(bb, cc, dd, aa, F3, K3, in[1], 15);
153 ROUND(aa, bb, cc, dd, F3, K3, i
[all...]
H A Drmd320.c33 #define K3 RMD_K3 macro
151 ROUND(dd, ee, aa, bb, cc, F3, K3, in[3], 11);
152 ROUND(cc, dd, ee, aa, bb, F3, K3, in[10], 13);
153 ROUND(bb, cc, dd, ee, aa, F3, K3, in[14], 6);
154 ROUND(aa, bb, cc, dd, ee, F3, K3, in[4], 7);
155 ROUND(ee, aa, bb, cc, dd, F3, K3, in[9], 14);
156 ROUND(dd, ee, aa, bb, cc, F3, K3, in[15], 9);
157 ROUND(cc, dd, ee, aa, bb, F3, K3, in[8], 13);
158 ROUND(bb, cc, dd, ee, aa, F3, K3, in[1], 15);
159 ROUND(aa, bb, cc, dd, ee, F3, K3, i
[all...]
H A Danubis.c493 u32 K0, K1, K2, K3; local
500 K3 = T4[(kappa[N - 1] ) & 0xff];
517 K3 = T4[(kappa[i] ) & 0xff] ^
518 (T5[(K3 >> 24) ] & 0xff000000U) ^
519 (T5[(K3 >> 16) & 0xff] & 0x00ff0000U) ^
520 (T5[(K3 >> 8) & 0xff] & 0x0000ff00U) ^
521 (T5[(K3 ) & 0xff] & 0x000000ffU);
527 ctx->E[r][3] = K3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c1288 #define K3 015666365641UL macro
1325 ROUND(H, a, b, c, d, in[ 3] + K3, 3);
1326 ROUND(H, d, a, b, c, in[ 7] + K3, 9);
1327 ROUND(H, c, d, a, b, in[11] + K3, 11);
1328 ROUND(H, b, c, d, a, in[ 2] + K3, 15);
1329 ROUND(H, a, b, c, d, in[ 6] + K3, 3);
1330 ROUND(H, d, a, b, c, in[10] + K3, 9);
1331 ROUND(H, c, d, a, b, in[ 1] + K3, 11);
1332 ROUND(H, b, c, d, a, in[ 5] + K3, 15);
1333 ROUND(H, a, b, c, d, in[ 9] + K3,
1349 #undef K3 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dgcm128.c1765 static const u8 K3[] = { local
1803 # define K4 K3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dgcm128.c1765 static const u8 K3[] = { local
1803 # define K4 K3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin4190 Y]�o$������Z&z�~Q��\k5�y!J �*�u{�C�:cl�7JN�w�N����L��5������h�`xr�n6��:��Lw�A@�^���!��h���@t  H1�"� ��7$��lH�R��55����������8�Y4��d�d��6�N���� ���^�T����E�=������D�n�L���� LqF�K3@�X�Mh��3�9t����[�i�`�vZ�G1m���:e^'.E���s:`�O�{�8
8677 �dK�:.�p�%1�:��$�K3�[���l����p���Q��`-��M �l�a3���d���o��X {���#�?�y
13500 �~g�~���uI���p�o2=���l�-A���������h��I�����X�����F���k�7�1��U}X�os���������������������? ��Hr}�_��'���X�o�}�f�������o���7`�}X��X���^�}`���>k��O�F�}(�_}��o��������M��F��t���X�_w�������_�f����y����4�7������z�3���_3q�5�����CC����I&��� �m���qb��}6�����m�����^�����j�{�����������t�u�F��a ��'w� ����������/&��f�o��|���W������4�����x��)�����3���_�b�&�YkG5���q�|�&�|U�m���/4�~k����'?����O�����t��#���K3����������F��<]�gu<{�\�;�����;nl���.�����S�'��,�~�x����_'�m��������l�'cl���s�����k�`�a����O� ���?�g?S�_f��3�l��$���l��J�����r��OI����}����I�V�����������l���d�������������p�����X�gv�:��?��V����������k������j�;O�Wik~�}����b������������� L�3����O�]������=�������.�]?���F�<������w����<��
14362 z7��I���r)(�������A��D���eH�5�e���f�����O�q��b���x��_����L�����W���S��x2��s�/ ���^��2� x�zvf`s� �������( �W1�ZkW��*{a��F3�����9�����YNb��;�17��������%�^�;:J�*��Q]��$�]g��>J�VLnvw'�{5a: ������/>��`?C5���I������5������,������j�c?g�����P�����i���fw�����D�����H]'�"�����kSH^�_LOP�a�)����~�7v_��j��v��k�����w_�����?zB�~�Y�������T��<�������rP3>q�O���i�4>�}��:��x ��F`|:��B�����+�C��#�juP��fe?�D�^*�D������p�Q����_��E��W���"��_�|U������ ��K3���l��W�o_���c���)�C������9�\����?�G
16271 p����[�G��'#�u��6����e\��>K� �������Q��d:4�@��R ,��x��|�I��I����e���Mr�\e:Y�����{�F�41f��.Ho>����I�����^�C@�a�����m0y����`�6��6X �X�<2x��^��Pi����p^������um����`45������>G��(�,1�1�5��@u�D��bb ���z���_2��k��c�3��<���Ck9�A}����_e��?�P�{r�%���<�W��y�MI{^���^��y�{{�0� ���4�-�1tj���bC�����4��k�t�'�Xj�����G.&��o�M�13 i�W\���9�Z���K[���+��a~=4��/2�F��# �?�����9�I=�;1O�b������B/�r�s2Q0�Md6*���`�U��z�����+v)��5r��v���\K�,[!Y++d���R4��S��Q)��Z������BX�OG6��9m��;����z��p�x��`��� 2����5�Ic���i+����q:U��o�K�vU�@�n���_H�4-d�6�)6���;O3k��3��(�(��4��_�D�E`fX'K3@��7E�{��A�@vp\�����������d_�*� �y�t�di��*_�C�m��}�d���u&J������zM���2g�T��q?���H�yZn�4-��r���e�+��m��w7���Sv����pE8'��J��������+wL���_�w?U�Q\Kg��X���K����#\w/��c�������<�,I�%��d������� ��x�J�3{�F?�Iv
[all...]

Completed in 507 milliseconds