Searched refs:xi (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pem/
H A Dpem_info.c87 X509_INFO *xi=NULL; local
107 if ((xi=X509_INFO_new()) == NULL) goto err;
127 if (xi->x509 != NULL)
129 if (!sk_X509_INFO_push(ret,xi)) goto err;
130 if ((xi=X509_INFO_new()) == NULL) goto err;
133 pp=(char **)&(xi->x509);
138 if (xi->x509 != NULL)
140 if (!sk_X509_INFO_push(ret,xi)) goto err;
141 if ((xi=X509_INFO_new()) == NULL) goto err;
144 pp=(char **)&(xi
279 PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_info.c93 X509_INFO *xi=NULL; local
115 if ((xi=X509_INFO_new()) == NULL) goto err;
135 if (xi->x509 != NULL)
137 if (!sk_X509_INFO_push(ret,xi)) goto err;
138 if ((xi=X509_INFO_new()) == NULL) goto err;
141 pp=&(xi->x509);
146 if (xi->x509 != NULL)
148 if (!sk_X509_INFO_push(ret,xi)) goto err;
149 if ((xi=X509_INFO_new()) == NULL) goto err;
152 pp=&(xi
311 PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_r2x.c71 X509_CINF *xi=NULL; local
81 xi=ret->cert_info;
85 if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
86 if (!ASN1_INTEGER_set(xi->version,2)) goto err;
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
95 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
97 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
H A Dx509_vfy.c734 X509 *xs,*xi; local
744 xi=sk_X509_value(ctx->chain,n);
749 if (ctx->check_issued(ctx, xi, xi))
750 xs=xi;
756 ctx->current_cert=xi;
774 if ((pkey=X509_get_pubkey(xi)) == NULL)
777 ctx->current_cert=xi;
845 xi=xs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_r2x.c71 X509_CINF *xi=NULL; local
81 xi=ret->cert_info;
85 if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
86 if (!ASN1_INTEGER_set(xi->version,2)) goto err;
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
97 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
H A Dx509_vfy.c951 X509 *xs,*xi; local
960 xi=sk_X509_value(ctx->chain,n);
962 if (ctx->check_issued(ctx, xi, xi))
963 xs=xi;
969 ctx->current_cert=xi;
987 if ((pkey=X509_get_pubkey(xi)) == NULL)
990 ctx->current_cert=xi;
1023 ctx->current_issuer=xi;
1031 xi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcast5.c518 #define xi(i) ((x[(i)/4] >> (8*(3-((i)%4)))) & 0xff) macro
521 z[0] = x[0] ^ s5[xi(13)]^s6[xi(15)]^s7[xi(12)]^s8[xi(14)]^s7[xi( 8)];
522 z[1] = x[2] ^ s5[zi( 0)]^s6[zi( 2)]^s7[zi( 1)]^s8[zi( 3)]^s8[xi(10)];
523 z[2] = x[3] ^ s5[zi( 7)]^s6[zi( 6)]^s7[zi( 5)]^s8[zi( 4)]^s5[xi( 9)];
524 z[3] = x[1] ^ s5[zi(10)]^s6[zi( 9)]^s7[zi(11)]^s8[zi( 8)]^s6[xi(11)];
531 x[1] = z[0] ^ s5[xi(
557 #undef xi macro
601 #undef xi macro
[all...]
H A Drsa.c360 gcry_mpi_t xi;
362 xi = gcry_mpi_snew (101);
363 gcry_mpi_randomize (xi, 101, GCRY_VERY_STRONG_RANDOM);
364 mpi_set_highbit (xi, 100);
365 gcry_assert ( mpi_get_nbits (xi) == 101 );
367 return xi;
359 gcry_mpi_t xi; local
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcast5.c700 #define xi(i) ((x[(i)/4] >> (8*(3-((i)%4)))) & 0xff) macro
703 z[0] = x[0] ^ s5[xi(13)] ^ s6[xi(15)] ^ s7[xi(12)] ^ sb8[xi(14)] ^
704 s7[xi(8)];
706 sb8[xi(10)];
708 s5[xi(9)];
710 s6[xi(11)];
721 x[1] = z[0] ^ s5[xi(
767 #undef xi macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dcrl2p7.c303 X509_INFO *xi; local
328 xi=sk_X509_INFO_shift(sk);
329 if (xi->x509 != NULL)
331 sk_X509_push(stack,xi->x509);
332 xi->x509=NULL;
335 X509_INFO_free(xi);
H A Dverify.c295 X509_INFO *xi; local
316 xi=sk_X509_INFO_shift(sk);
317 if (xi->x509 != NULL)
319 sk_X509_push(stack,xi->x509);
320 xi->x509=NULL;
322 X509_INFO_free(xi);
H A Dapps.c1024 X509_INFO *xi; local
1062 xi = sk_X509_INFO_value (allcerts, i);
1063 if (xi->x509)
1065 sk_X509_push(othercerts, xi->x509);
1066 xi->x509 = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl2p7.c303 X509_INFO *xi; local
328 xi=sk_X509_INFO_shift(sk);
329 if (xi->x509 != NULL)
331 sk_X509_push(stack,xi->x509);
332 xi->x509=NULL;
335 X509_INFO_free(xi);
H A Dverify.c286 X509_INFO *xi; local
307 xi=sk_X509_INFO_shift(sk);
308 if (xi->x509 != NULL)
310 sk_X509_push(stack,xi->x509);
311 xi->x509=NULL;
313 X509_INFO_free(xi);
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dreipl.S34 .Lecs: xi .Lschib+27-.Lpg0(%r13),0x01
H A Dreipl64.S42 .Lecs: xi .Lschib+27-.Lpg0(%r13),0x01
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Drotozoom.c203 const int xi = -(w/2) * c; local
217 x = xprime + xi + FIXP*w/2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/
H A Dsha_locl.h180 #define BODY_00_15(i,a,b,c,d,e,f,xi) \
181 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
184 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
185 Xupdate(f,xi,xa,xb,xc,xd); \
189 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
190 Xupdate(f,xi,xa,xb,xc,xd); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/
H A Dfips_sha_locl.h172 #define BODY_00_15(i,a,b,c,d,e,f,xi) \
173 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
176 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
177 Xupdate(f,xi,xa,xb,xc,xd); \
181 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
182 Xupdate(f,xi,xa,xb,xc,xd); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha_locl.h180 #define BODY_00_15(i,a,b,c,d,e,f,xi) \
181 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
184 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
185 Xupdate(f,xi,xa,xb,xc,xd); \
189 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
190 Xupdate(f,xi,xa,xb,xc,xd); \
485 #define BODY_00_15(xi) do { \
488 A=ROTATE(A,5)+T+xi; } while(0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c103 int xi = 0; local
105 while (p && (xi < 8)) {
108 sym_driver_setup.excludes[xi++] = val;

Completed in 156 milliseconds

12