Searched refs:IV (Results 26 - 43 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodes.h264 this->SetKey(key, length, MakeParameters(Name::IV(), ConstByteArrayParameter(iv, this->m_cipher->BlockSize())));
269 this->SetKey(key, length, MakeParameters(Name::IV(), ConstByteArrayParameter(iv, this->m_cipher->BlockSize()))(Name::FeedbackSize(), feedbackSize));
H A Dvmac.cpp93 void VMAC_Base::GetNextIV(RandomNumberGenerator &rng, byte *IV) argument
95 SimpleKeyingInterface::GetNextIV(rng, IV);
96 IV[0] &= 0x7f;
H A Dsalsa.cpp41 void Salsa20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) argument
44 GetBlock<word32, LittleEndian> get(IV);
565 void XSalsa20_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV, size_t length) argument
571 GetBlock<word32, LittleEndian> get(IV);
H A Ddatatest.cpp322 if (pairs.GetValue(Name::IV(), iv) && iv.size() != encryptor->IVSize())
H A Dcryptlib.h380 //! calls SetKey() with an NameValuePairs object that just specifies "IV"
383 //! calls SetKey() with an NameValuePairs object that just specifies "IV"
392 /*! If this function returns true, and no IV is passed to SetKey() and CanUseStructuredIVs()==true, an IV of all 0's will be assumed. */
408 //! resynchronize with an IV. ivLength=-1 means use IVSize()
410 //! get a secure IV for the next message
414 virtual void GetNextIV(RandomNumberGenerator &rng, byte *IV);
421 void ThrowIfResynchronizable(); // to be called when no IV is passed
422 void ThrowIfInvalidIV(const byte *iv); // check for NULL IV if it can't be used
641 //! this indicates that a member function was called in the wrong state, for example trying to encrypt a message before having set the key or IV
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dtrace_gfs2.h18 dlm_state_name(IV), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c1514 unsigned long IV; local
1524 /* If IV related values are too large in GroupMsg2, AP would ignore this message. */
1525 IV = 1;
1526 IV |= (pAd->StaCfg.DefaultKeyId << 30);
1527 AsicUpdateWCIDIVEIV(pAd, BSSID_WCID, IV, 0);
1816 /* BSSID add in one MAC entry too. Because in Tx, ASIC need to check Cipher and IV/EIV, BAbitmap */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs419 IV tmp = SvIV(getInnerObject(sv)) ; \
426 IV tmp = SvIV(*svp); \
431 IV tmp = SvIV(GetInternalObject(sv));\
1388 hash_store_iv(char * hash, char * key, IV value)
1396 hv_store_iv(HV * hash, char * key, IV value)
2982 XPUSHs(sv_2mortal(newSViv((IV)NULL)));
3455 IV tmp = SvIV(getInnerObject(obj)) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dcrc_i86.asm196 Align_Size EQU 4 ; dword alignment on Pentium II/III/IV
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dcrc_i86.asm196 Align_Size EQU 4 ; dword alignment on Pentium II/III/IV
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_mac.h88 u32 IV; member in struct:rt_txwi
1027 /*8.1.2 IV/EIV format : 2DW */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl194 # $5: IV in binary form
278 # We only invoke the driver with the IV parameter, if we have
279 # an IV, otherwise, we skip it
284 $program = "rc4 -k $key" if $opt{'R'}; #for ARCFOUR, no IV must be given
347 # We only invoke the driver with the IV parameter, if we have
348 # an IV, otherwise, we skip it
352 #for ARCFOUR, no IV must be given
369 # We only invoke the driver with the IV parameter, if we have
370 # an IV, otherwise, we skip it
460 # We only invoke the driver with the IV paramete
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl194 # $5: IV in binary form
278 # We only invoke the driver with the IV parameter, if we have
279 # an IV, otherwise, we skip it
284 $program = "rc4 -k $key" if $opt{'R'}; #for ARCFOUR, no IV must be given
347 # We only invoke the driver with the IV parameter, if we have
348 # an IV, otherwise, we skip it
352 #for ARCFOUR, no IV must be given
369 # We only invoke the driver with the IV parameter, if we have
370 # an IV, otherwise, we skip it
460 # We only invoke the driver with the IV paramete
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dgcm128.c2279 CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n)); \
2286 CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dgcm128.c2279 CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n)); \
2286 CRYPTO_gcm128_setiv(&ctx,IV##n,sizeof(IV##n)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdb.tex29 \item DBase (IV, V)**
H A Ddb.tex71 \item DBase (IV, V)**
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin2091 &����<[)���E��8���<�-$�7R�� C� >B��*����ip���Vz�>���{�[5����5�V���� �N�m�<��6����B�F��O|�t�".�~�?Y��5A�����.�W`�1<I�������p��a�� ��Rs.Q�'��K�����;�a�5t?,�x����s>���"�� ��)8'l0�����aS�%�� �f�������h���IV�=B\�AFhs}�����L��������z��������V�d�+�-��G�����;�k}z�8��%�oz�����f�^�wO��zv&1�c�i����xO��s����T����d_z�#����O��;T�>�5������O � ��������r���q��L��d2 X}����?@�]1N�zda���4 �Z'
4151 ����B�r����K��Z�Vf����4��k� v^�;C��X��mZ��C��Q��r�A���d�Z\o#���%�As�;�Mnz����<�v�iv���5`���M���f�;3����ac����_C|��{�[ �q1��v<��iSs�*3G����RG*YP][B�!����#��G�{B�m�8������M�!/v�z�L�I�" ��W>� �J2�S��IV��0��a�Eh8���H x���p� ��*��dZBp�uR��� n��6������Rf�h�N�R�2��l�Qr'�{?���� ���ceXk?���Z�mJ���QfN��t���{O"��{/]z�WF���G���my[o?q�� k�i2��u@Y`�k�I�R<����Eh�8L���B)����% �[^�i5�J�dB�-� ���W���=;8��+d�!��.�;]rL��6A��Q8=������F3���)�j��� ���t���11VB���5 ��HWcq��_k���J��*�diW ������0�� ��p���k1?@�] R[��� �d6��K��������N���=�����:�a
5827 r�����/�+O�z��������%P~ i����v�f�(FW��(�'5�v����+|�t���&$�D������=�gu���� IV|�LT�aW�A�(���/���H� CH��yOEE�,��N|�`6|�F��+��1��7����������Jj�nAM>���x� ��� J�W����/����=���l��/-�kq��g� �l��'.�'��E��R�K�����L�.�f�,��Y ����z�8�`kT�@F2����&�r���<�.0�I�&�8A9�=.�5I+�����za�A��%��`�R�b�[_`7U�B �U5�@�O �7 7A�]���do�s{��}�J-i QTn �Qnh2ZI���d����P:}<7���b<���������>���"�'�����#�FPO�k���K*i���\��� <T`���hK�����-�t���f�j��/ il3 h��g���������V�����pK�^!p������k�����1�����2� �
9698 ��������b�R�7 ]\���zVY9g��t@����*������{���Q�o���u$k��H����@IV�L &(�F�2RGO 5�_�5���#06P>�+��e���������DK���US�(�����1�k��(K��B�����#��_�x�Y8�_������>l�����8���DSxX��q��R��J�R�'w�Q���Pv�� C��b(/P ���P�.�
10461 ����{���Ce�P)�f���/R���b����}���������z��`[i��"w��|�%f��� 2c���a�F�~&�A�����A�@nQl�;��y�� �:o"F2tM�N.�B�#��������C�f ���o�^�l�i7����G���P�[����tHM�8���g�M��vmuC|h(���� �=T`ESp��e��P�������h[����RK������C�zP{����ky�m��KV��B��Vh@�h���f��1)�16�;H��`�w�4z��E�W�[���7^`G=�1��������^<o��c�c?0���bLcIk���O��Px���!�"�����2j�!e�H�����%�k�o5eZpx�RjP�|.���^����+����=s�c�$kU:$�/J��[��IV��0��7a���pf����G��6�=U�d������> � g�F�*����9R����4�Q��4��e,���A�;��a��~`wH�M�+C�3�<���lQ"��e�x<@7��.���Z}���e��[�~�qM�;������G?����&Ao<G������42�A^���){��(�QP�>�a���j�M��"Y��p�;���RnG��`�6�
13039 ��%0�e��$m��Q���~��)&j��������'������*IV�������$���K2���6x��_J�3� ~`L}����.mhT����;6�{���P�E �z���S��)$_8��������b�~3���Q�?s���c��������gnH���7d�W�{���^���#�~D��7yI������$Y�y���;,���W��������� ��/ �I�^��������������5z�(�y3�z��fg����w�l�y��f���8��C� �6�$�~���`��j��e�������[��K�����?�Y���.}��9��{Z~�D4�����������\uk��s [����������W�t�2���DQ�� ��J�V6"�L��"�z�$+����ad��bL� �
13083 �S=hd�������� D������c /uU��=�7Nu2��b�E���t��=���qn6~���?gy���g�����7������� ��r�o���t���r��:O(�t��)��~f��}��������$}<e�Os�q������^���>�t����E�����O9��u�v-[��d+��l���D�Q�����K�V��.���|<��9��ph� �2��a�>a-�OHS\�}�Q� � #%��<�it���dv���i�i��}Y���o^���W��+�9i���cO��1����l�z)4}#p>� S`3<���<;s�����������+����}o��-��w�9�����"�����MW�T�>�����W|������PDZT"�w"1�-o��x���S�����l$'\�����^@�2��%��G�����[���?w��lH� F~~sU��x�zu�<R���� I�#l��;��<�oG^�%�Dvf���9� U.���!o�(��=��C,x?��!�P_��of��{'Al9�/6�[tt��w�Cw������}O2�����X���������:�����5C��~)?���4�v�&U�:����/� 2:�E��8��g���J!���L��mAxU���x�L~TCf �J����0F�~�EU�Y�s0�N��?v������Sy����J���+fy���#*�X����>v?'@���s���<A������+mx����da���&�4�DA����v&��^�>����WqH����U���dY�G�i��7|;E�,���?�4V�������IVN����~����fo'��J�m������0s�u{*g�p��i�$�Hj�L�{7��<��Sz�s=�y@��lY� ��G=� 0�l��l1����B� 9a�t�g��c������6{3�������``oI�Y �g^[t?��i �/b�f8���n1�>�-�y�Lb-�,D�H���te��F��K;Lmy>��5�������#>2� �v=h Y^�_���\�S���IdQ��i.u�z�O){�[�,�u)�"e�/��!aGKtDpu�":��$���E�8�J��������9�V�B�����0X;�3W��p�N33��cv�����������z�Z��I���{�hB�,��$=�71������ �!^����D ;I�����c�F�l3���i���Mpd�x������SG|&��+�� �r�.�s��o'�^��������w����������G�T��SK�/B���y����/��T�<��=R��?����_����M ���"���P�=�b��r�3��rm;UI���SKu8��p?V�������w91�u2������3n����_�v�W��%����`m�4���/��|�_11����*_?l� ����@��21�l� ���/���c������$NNm&���=8�I� L��\����{������ J5�A`����#���1�q����c3�����?v�?��ib����&����?\�2U�M?*aK�1������Z�IO�_��9��a�������������H�r�� ���E��G����]v����V�@����G�IxS9Qn�#[��[��iG�����s�W��k<�v�6�-���}9��M7�%n��� ?����&�O��I������>"��P��d=l�oFP��i( !W��'��- }�Gp����y�J<Yw�=��PdP@>��r �*5k�I+���xJV9'��Bp�]l�3��= ��yT4��RH)�|���/J��'��_�,y��d�2yV�� �B5�|�/��`S�O��{���]���=�t8�R� �`a^� C2[�J���o�g(�_�8O�Fb��s�r����N��\6!}� %�Q���r0JZ�Z������j��n���^�W�9��e��U�"N�#���h`=Xz��6] ������ZW*��Q�(Z������
13695 ;X��W��7��������ox���{�X�x�����W\^�� �c��l���C���qO�.Ze�_�m0�����>�d�P��h����������=y�!�!���0�Oh���7������"�����;�3�����K����f��V��� N��ep������@IV
[all...]

Completed in 532 milliseconds

12