Searched refs:K0 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_hmac.c56 u8 K0[SHA1_BLOCK_SIZE]; local
63 * If the length of K = B(Block size): K0 = K.
65 * then append (B-L) zeros to create a B-byte string K0 (i.e., K0 = H(K) || 00...00).
66 * If the length of K < B: append zeros to the end of K to create a B-byte string K0
68 NdisZeroMemory(K0, SHA1_BLOCK_SIZE);
70 NdisMoveMemory(K0, Key, KeyLen);
72 RT_SHA1(Key, KeyLen, K0);
75 /* Exclusive-Or K0 with ipad */
78 K0[inde
135 u8 K0[MD5_BLOCK_SIZE]; local
[all...]
H A Dcmm_tkip.c220 pTkip->K0 = RTMPTkipGetUInt32(pMICKey);
223 pTkip->L = pTkip->K0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Docteon-wdt-main.c116 #define K0 26 macro
139 * Save K0 into the debug scratch register
141 uasm_i_dmtc0(&p, K0, C0_DESAVE);
143 uasm_i_mfc0(&p, K0, C0_STATUS);
145 uasm_il_bbit0(&p, &r, K0, ilog2(ST0_NMI), label_enter_bootloader);
148 uasm_i_ori(&p, K0, K0, ST0_UX | ST0_SX | ST0_KX);
149 uasm_i_mtc0(&p, K0, C0_STATUS);
152 uasm_i_mfc0(&p, K0, C0_EBASE);
153 /* Coreid number in K0 */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmichael.c62 static unsigned long K0, K1; // Key variable
96 L = K0;
105 K0 = dwK0;
144 K0 = 0;
148 //Note that this sets (L,R) to (K0,K1) which is just fine.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.c65 static DWORD K0, K1; /* Key */ variable
96 L = K0;
105 K0 = dwK0;
143 K0 = 0;
147 /* Note that this sets (L,R) to (K0,K1) which is just fine. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c194 #define K0 26 macro
270 r.r1 = K0;
294 UASM_i_MFC0(p, K0, smp_processor_id_reg, smp_processor_id_sel);
295 UASM_i_SRL_SAFE(p, K0, K0, smp_processor_id_shift);
297 /* handler_reg_save index in K0 */
298 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save)));
301 UASM_i_ADDU(p, K0, K0, K
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drmd160.c193 #define K0 0x00000000 macro
219 R( a, b, c, d, e, F0, K0, 0, 11 );
220 R( e, a, b, c, d, F0, K0, 1, 14 );
221 R( d, e, a, b, c, F0, K0, 2, 15 );
222 R( c, d, e, a, b, F0, K0, 3, 12 );
223 R( b, c, d, e, a, F0, K0, 4, 5 );
224 R( a, b, c, d, e, F0, K0, 5, 8 );
225 R( e, a, b, c, d, F0, K0, 6, 7 );
226 R( d, e, a, b, c, F0, K0, 7, 9 );
227 R( c, d, e, a, b, F0, K0,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drmd160.c193 #define K0 0x00000000 macro
219 R( a, b, c, d, e, F0, K0, 0, 11 );
220 R( e, a, b, c, d, F0, K0, 1, 14 );
221 R( d, e, a, b, c, F0, K0, 2, 15 );
222 R( c, d, e, a, b, F0, K0, 3, 12 );
223 R( b, c, d, e, a, F0, K0, 4, 5 );
224 R( a, b, c, d, e, F0, K0, 5, 8 );
225 R( e, a, b, c, d, F0, K0, 6, 7 );
226 R( d, e, a, b, c, F0, K0, 7, 9 );
227 R( c, d, e, a, b, F0, K0,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dxtea.c69 #define DSTEP(SUM, K0, K1) \
70 v1 -= (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + K0); \
122 #define ESTEP(SUM, K0, K1) \
123 v0 += (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (SUM + K0);\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Danubis.c493 u32 K0, K1, K2, K3; local
497 K0 = T4[(kappa[N - 1] >> 24) ];
502 K0 = T4[(kappa[i] >> 24) ] ^
503 (T5[(K0 >> 24) ] & 0xff000000U) ^
504 (T5[(K0 >> 16) & 0xff] & 0x00ff0000U) ^
505 (T5[(K0 >> 8) & 0xff] & 0x0000ff00U) ^
506 (T5[(K0 ) & 0xff] & 0x000000ffU);
524 ctx->E[r][0] = K0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.h533 int16_t K0; member in struct:vfe_cmd_color_correction_config
H A Dmsm_vfe8x_proc.c2638 cmd.k0 = in->K0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm85 movd m%4, [%12+%10*2] ; K0-3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h752 unsigned long K0; /* for MICKEY Low */ member in struct:rt_tkip_key_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm1263 movd m%4, [%12+%10*2] ; K0-3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin3409 <�8���PN�k5h�f{v3�gyB����Tx��z�bv�# �!r�a��5��h��������Y�r��S�N��l�`�+e �j����l���N�~�O����@���K0�`'�I�k�\���B�'q����x��=up����M�<Y��ltrx�P�D�����$nX�����)��
3564 kh��/L/'h��XRZ����l�O6�� �&��� �<�z�Y�����u���|/�k��*�=�$����=��>�E�G����G���I&�����a/� ����}+���� C�I>E�K0��Ao+�o#?�F~\�J�d$n3]�����H����lo �@�{�B�R���������w|���`�<��sb��ny�N�TN<���lPj�N2��%����8�NkaT�C/t��'&&���[�9��v���-U��RE'[�h�g_��g ���]08O |l�_Y
6179 kh��/L/'h��XRZ����l�O6�� �&��� �<�z�Y������s���|/����j�=$����=�� >�E�G����G���I&�����a/� ����}+���� C�I>E�K0��Ao+�o#?�F~\�J�d$n3]�����H����lo �@�{�B�R���������w|���`�<��sb��ny�N�TN<���lPj�N2��%�����9�NkaT�C/t��'&&���[���;.���9[�h���N�T������B�e�`p�D������,���p���C�K��I��P��'E�f�I��i�����'���o���X���Se���=%�P��L`i@���mF��w��������?� L(X�2L�%(m~�� x����p����h��O�����R����=����^ �L 6y*f�����Bpy�}z/��;�J��l��ko^�]�S�����x!pMH�t5������]��� �UjNO g�o��'?< ���`�u���B�������$�Q]����Ac)$e}� ��@rJ���������G��������)P���0�6�F�y��nE�r���.R�{�� Q����?�F -3��QGMG0j��aDS�'s�P:=E�Kh�R=S{������T_C����fk�Y�*�6�_������_F��0@�������5��F�";�� ���lfT��������L�����%�i��FgA|���h6�%����6��d���+�m�j��� � ��w�z[�59�c����������a����a�Hj@Vg�������V���#jA�KW��Rj���!� �W?B@4!���@�Xv����u�)�3+������W�� �*}����e���6���^��E�>u���G�����;�'��z_� !|D���G�68Q��T��"����^� �$�������d����V��fu��e|�f��7{��fX���h����/}`2G�m�� c��C�VL�n}+�|2�����m�N���d���W����p���)L|���������6qd�(��\ ���I>h���&+��_[}�@Kfu�z�"u�W���\��V�Br�3pxZ��v��s��_$I>Wy)�5����R�%����t& '+��H%<Tbxm 4K�B�f�V��:��3�O������@�s���#��*�]��W��3����j����������)������6hV "����F[��|e�I��u� b��$ ]�O�J��3����������J��/��E�7�]'x�G.g��*���b�SN��3w�����L��=�>����9���J���/�rc�pD�Gh�7�4��g��
6455 c��Ks�8E�c]��R���(�����Q$L_�+{�dN{�U�^ =W�14�Q"J������X%:J� ��`��07�w�py�����$����� ��{�{� ��O��eg���;��T�F�����q�z�e"#��*��\ ��B�s[|��4��;���]�u���%����.��%.0'������N����|JH���O��i[a>�`$��q������uqc�G���#W,Z�� ���=�L����7;���������>+wtL�v)���K0����������!{����s����4���V� �������*����������qc+�8�rl��4y9b���4�Q�8�* �� "�����{��y�E��i� �h�H��0��Yx�����bGqi�j;*a\~f: .YV�����j"�����qy<n`,T��������_-E�+zMX�<?��J�jgniI~��S���;�T��s�/X6u���8>�/�.&�Z�`�ZG�5�,�W�����09_��dxx����;��
7853 �c�=����1�*j�^6��tF��|�p�G�����n�%�jl� �-���~�����,"V_�Kh��K0=/��^ �^= hH[ ����xd��D��^�h+����f�����^�iQ��������Z���+���4��N�1��������p�������������a�v���R����^�ybL�.���h���/2]��K��JB���V=����^t������� �5�r���>�(�[O4H/��.0� `�'���� ��&EU��s��6�x���Zm>��������u�q���1whvFk4g�I���1�94��}F�1G�����z���w�UN�^���9�3��4���3"\���)/r�����o2� �EL��Y����5�&V���/w���i����k }����2����� e�1~�C�*��V:��\����t�.sS��twp�E������0�?!Q�����]!����O�9z%��R�W��iW66!s]i�/������4#�Yv���5�(�_�cz*u �^�J�}^���u�#����V���J�s+� x-�SA��_�s��*��g��,�h�.�+qZ����<{�Q���`���K���4U|�O�KW��I9!{�������PQ��k��h+�#%���}���R�6�L���r��x�G0����I9�����.��������e��s����h�lG&��������g��C>�#X�/a���GA�@��h�(�;);MV�F4&J5�����S�M���L��M1� M��i�j���|����1�{�����?������0�/SY��>��9f��ipXP�K'�����j��A��P��;le�.��4w�o�KR�a��l�)Nv]%�SoS���EB�����������P�8Z���i��g.$Tu��11��}�?�����������u�K�Ye\�2���H+�HY�21�hq�r����
9438 g���vTwq�~���IZ9�T���9�����M�M���A0��(��m�m?�A��3m$�R����sp�&u�� I���*?A`S��\K0����sZ@�wj].������xjo��g����k5��d��sF�{#����m�{4��)����R��d�'��������?��|�x�z�8������.0��3tW�|� � �����3��wi]���Q�'��:Q'd��&��F���|)^]�C���~.���=�5j���Uz�o�7����4�-����[��E~���G4.�mI�x���2��%�,a���H/�XH���|��>�� gx�Pj{��*��/ �mf����)��1i���}�O�L>L������)��&�0/��X��B �C��vTh�>���H��u������0�-��I�'�Q�'�S-.����Hi!]�]�LO�cx�q�Z�R�9y1>]�����r|m�[N�J��i�u����~�� �����i���.����+��~�����
15569 �:y��n�3�VmJ��,����/�����LJ�$�������������a����]�CR�������$0����W����p/��9*^��A���[�[-i�����G),�rI[�X�����8]���dd4R.U�\����$^��;�`�J�������J,�\G ���W:\��)r]���Tq~��RV���W0�zX��� ����G���p;F�;�!��/��K0�`]^�T7��a$�|�|�K��E~�C�=����,^?`� �>O�~I�W�$�|�j��ETE\�R����d���`_�y�'4�B��� :!���k����U� ��h��)�j��Q��.�"�u�.|��c�]����+�qA& n��]�y.��{�\Q�U� W����ognI��`7���Z���.FN!���)�z�����'���7��f�g;h$o�N90_�o:���O�=���[�g3x%�K"�6�r������������7��HY�TQ���W�X:RHB���7��R���UW��j(E|��:*�������(
[all...]

Completed in 324 milliseconds