Searched refs:xi (Results 51 - 73 of 73) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
H A Dssltest.c1663 X509 *xi = ctx->current_issuer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
H A Dssltest.c2482 X509 *xi = ctx->current_issuer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c1181 X509_INFO *xi; local
1223 xi = sk_X509_INFO_value(xis, i);
1224 if (xi->x509 && pcerts) {
1225 if (!sk_X509_push(*pcerts, xi->x509))
1227 xi->x509 = NULL;
1229 if (xi->crl && pcrls) {
1230 if (!sk_X509_CRL_push(*pcrls, xi->crl))
1232 xi->crl = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c1181 X509_INFO *xi; local
1223 xi = sk_X509_INFO_value(xis, i);
1224 if (xi->x509 && pcerts) {
1225 if (!sk_X509_push(*pcerts, xi->x509))
1227 xi->x509 = NULL;
1229 if (xi->crl && pcrls) {
1230 if (!sk_X509_CRL_push(*pcrls, xi->crl))
1232 xi->crl = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Dmanager.c988 u16 *xi, u16 *yi, u16 *wi, u16 *hi, bool enlarge_update_area)
999 x = *xi;
1005 *xi, *yi, *wi, *hi);
1114 *xi = x;
987 dss_setup_partial_planes(struct omap_dss_device *dssdev, u16 *xi, u16 *yi, u16 *wi, u16 *hi, bool enlarge_update_area) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c1046 X509_INFO *xi; local
1084 xi = sk_X509_INFO_value (allcerts, i);
1085 if (xi->x509)
1087 sk_X509_push(othercerts, xi->x509);
1088 xi->x509 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dgcm128.c148 const u8 *xi = (const u8 *)Xi + 15; local
149 size_t rem, n = *xi;
227 if ((u8 *)Xi == xi)
230 n = *(--xi);
628 const long *xi = (const long *)Xi; local
643 X = (long)(BSWAP8(xi[j]));
645 const u8 *p = (const u8 *)(xi + j);
649 const u8 *p = (const u8 *)(xi + j);
653 X = xi[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dgcm128.c148 const u8 *xi = (const u8 *)Xi + 15; local
149 size_t rem, n = *xi;
227 if ((u8 *)Xi == xi)
230 n = *(--xi);
628 const long *xi = (const long *)Xi; local
643 X = (long)(BSWAP8(xi[j]));
645 const u8 *p = (const u8 *)(xi + j);
649 const u8 *p = (const u8 *)(xi + j);
653 X = xi[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dac.c2684 gcry_mpi_t xi;
2695 xi = gcry_mpi_new (0);
2699 gcry_mpi_mul_ui (xi, a, os[os_n - i - 1]);
2700 gcry_mpi_add (x, x, xi);
2704 gcry_mpi_release (xi);
2676 gcry_mpi_t xi; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c2684 gcry_mpi_t xi;
2695 xi = gcry_mpi_new (0);
2699 gcry_mpi_mul_ui (xi, a, os[os_n - i - 1]);
2700 gcry_mpi_add (x, x, xi);
2704 gcry_mpi_release (xi);
2676 gcry_mpi_t xi; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c97 int xi = 0; local
99 while (p && (xi < 8)) {
102 sym_driver_setup.excludes[xi++] = val;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem.h415 int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem.h415 int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-ia64.pl90 add $f=tmp4,$X[$i&0xf] // f=xi+e+K_00_19
109 add $f=tmp4,$X[$i&0xf] // f=xi+e+K_00_19
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c707 int xi = lz77_distance_offsets[distance - 1][0]; local
709 distance = FFMAX(1, xi + yi * width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h596 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h596 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c671 int xi = 0; local
764 if (xi < SCSI_NCR_MAX_EXCLUDES)
765 driver_setup.excludes[xi++] = val;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1663 X509 *xi = ctx->current_issuer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c2482 X509 *xi = ctx->current_issuer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin7215 wA69�H�Se;"S��kbChi x� > l}�1^�� xi, G�`�T���N�z��T>���/\�R���+����0�1{l�46��h�Z�s�J������ *$�������dH�XS.�m6#,��'a���D�F&f 'F�����Q
7822 �F�_��NZ�'H�mF�^7�u�?��W�7��(����&�6S�~ � ��v<���}oJ�&��O���t�tY�J���Gd{������������>Px�|���?~�R�����A�SyN��&�A������,���O�`NnN�O6�����S����u)��z�����Q��Px�����=�(�k���2��Hsd����tS�{�����?��?���Rz]���tx�o[�Zt�m���c�"�e��Y V��q����E -  !�������[����|�-K��sg[���������q��e�|R��x,Z��������XdY�xi`�dY��n��+�Y���w-�z�����{���oYj��q�"|���[D*z,�ge�/�k����eY����.�$�N���s�� �Xn��V���r��ET���{P�[�w�s����P�jui���E�Ew�D �,��;E�w!H�,���}A��{V.�,�/A�w��V��;D��y��'��s�m�������c��E������q���-X�x�-�~����YN1��~�
7965 cG1��O�����p��;��V�'�i���e����&������e xi��L��N�a���1�M��eYmE�F��g�jc�p]y( |����L�&K�5�V����Y�J�#5������6-��������r�0���5�U���|JN���a�9�K���� �� x����;�XL�B�s�P���$V&�$�E��E������ger��W�$3�-Y�����b8��j>������������2�����l���
14640 _��1�Js�h��4�� i��{u���s�bs,�������������x���g$�z>�*�%�?l�0� )4�&�<R�`���xb]��M��}5_�g�����+�x�o��F��u|�*�j��W{�>��i�X#Z�O���Y�[���j)��C��RH ��K� L�]�#���>�}i�DY����/�j�1��]�{��7@m�����/���[_�s�xi#������ ���17xg������C��p d��1My _Lw�O�2s��5\����Z��Q�O=����3��K�EJ��������ur�Q�3s����Fj�X�V����PM������q\�c���9���Sq/�q�Q} �^�������,K�9z��#S,-4��2y�������:�� ������L��� N��8y�[���@��i+"
15941 -}�9D��5:�^�� �x�4��5�\B��������[xi����,h����o�A|��8/}y$E�_9���/����Zp�}.��X���@�u�� �T�H��Q/�����k����\���G���#��@����&�cO����G�N�W� �0�#� Uvj��5�Oz`�����������/.��]�z|9�U���B��a���er�� �W��3Un�<��x� u��t�Z k���Y�����4�9r��)��ul(�B�B����f�}���#��-�u>!����DN�'*�
[all...]

Completed in 368 milliseconds

123