Searched refs:u1 (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dcompat.c73 } u1; member in struct:param_struct
99 if (params->u1.s.page_size != PAGE_SIZE) {
108 if (params->u1.s.nr_pages != 0x02000 &&
109 params->u1.s.nr_pages != 0x04000 &&
110 params->u1.s.nr_pages != 0x08000 &&
111 params->u1.s.nr_pages != 0x10000) {
115 params->u1.s.nr_pages = 0x1000; /* 16MB */
116 params->u1.s.ramdisk_size = 0;
117 params->u1.s.flags = FLAG_READONLY;
118 params->u1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return (u1 < u2) ? -1 : 1;
H A Duuid.h56 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
57 static const uuid_t name ATTRIBUTE_UNUSED = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
59 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
60 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dcompat.c73 } u1; member in struct:param_struct
99 if (params->u1.s.page_size != PAGE_SIZE) {
109 tag->u.core.flags = params->u1.s.flags & FLAG_READONLY;
110 tag->u.core.pagesize = params->u1.s.page_size;
111 tag->u.core.rootdev = params->u1.s.rootdev;
116 tag->u.ramdisk.flags = (params->u1.s.flags & FLAG_RDLOAD ? 1 : 0) |
117 (params->u1.s.flags & FLAG_RDPROMPT ? 2 : 0);
118 tag->u.ramdisk.size = params->u1.s.ramdisk_size;
119 tag->u.ramdisk.start = params->u1.s.rd_start;
124 tag->u.initrd.start = params->u1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_des_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
216 LOAD_DATA(R,S,u,t,E0,E1,u1); \
218 u1=(int)u&0xfc; \
222 LL^= *(const DES_LONG *)(des_SP +u1); \
225 u1=(int)u&0xfc; \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
230 u1=(int)t&0xfc; \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
236 u1=(int)t&0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_inline.h43 &ha->reg->u1.isp4022.intr_mask);
44 readl(&ha->reg->u1.isp4022.intr_mask);
57 &ha->reg->u1.isp4022.intr_mask);
58 readl(&ha->reg->u1.isp4022.intr_mask);
H A Dql4_def.h463 &ha->reg->u1.isp4010.nvram :
464 &ha->reg->u1.isp4022.semaphore);
470 &ha->reg->u1.isp4010.nvram :
471 &ha->reg->u1.isp4022.nvram);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-inv.c35 gcry_mpi_t u, v, u1, u2, u3, v1, v2, v3, q, t1, t2, t3;
40 u1 = mpi_alloc_set_ui(1);
53 mpi_sub(t1, u1, t1); mpi_sub(t2, u2, t2); mpi_sub(t3, u3, t3);
54 mpi_set(u1, v1); mpi_set(u2, v2); mpi_set(u3, v3);
59 log_mpidump("u1=", u1);
64 mpi_set(x, u1);
66 mpi_free(u1);
83 gcry_mpi_t u, v, u1, u2, u3, v1, v2, v3, t1, t2, t3; local
95 u1
163 gcry_mpi_t u, v, u1, u2=NULL, u3, v1, v2=NULL, v3, t1, t2=NULL, t3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dpy-console.c27 } u1; member in struct:yo_uartregs
43 #define iu_rbr u1.rbr
44 #define iu_thr u1.thr
45 #define iu_dll u1.dll
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c239 BIGNUM u1,u2,t1; local
248 BN_init(&u1);
269 /* save M in u1 */
270 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
272 /* u1 = M * w mod q */
273 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
291 /* v = ( g^u1 * y^u2 mod p ) mod q */
292 /* let t1 = g ^ u1 mod p */
293 if (!BN_mod_exp_mont(&t1,dsa->g,&u1,ds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dsa_ossl.c264 BIGNUM u1,u2,t1; local
280 BN_init(&u1);
301 /* save M in u1 */
302 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
304 /* u1 = M * w mod q */
305 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
323 /* v = ( g^u1 * y^u2 mod p ) mod q */
324 /* let t1 = g ^ u1 mod p */
325 if (!BN_mod_exp_mont(&t1,dsa->g,&u1,ds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_ossl.c298 BIGNUM u1,u2,t1; local
319 BN_init(&u1);
342 /* save M in u1 */
343 if (BN_bin2bn(dgst,dgst_len,&u1) == NULL) goto err;
345 /* u1 = M * w mod q */
346 if (!BN_mod_mul(&u1,&u1,&u2,dsa->q,ctx)) goto err;
361 DSA_MOD_EXP(goto err, dsa, &t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx, mont);
362 /* BN_copy(&u1,&t1); */
363 /* let u1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dioc3.h33 } u1; member in struct:ioc3_uartregs
40 #define iu_rbr u1.rbr
41 #define iu_thr u1.thr
42 #define iu_dll u1.dll
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c343 BIGNUM *order, *u1, *u2, *m, *X; local
364 u1 = BN_CTX_get(ctx);
400 /* u1 = m * tmp mod order */
401 if (!BN_mod_mul(u1, m, u2, order, ctx))
418 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
442 if (!BN_nnmod(u1, X, order, ctx))
447 /* if the signature is correct u1 is equal to sig->r */
448 ret = (BN_ucmp(u1, sig->r) == 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dfcal.c235 u32 *u1, *u2; local
238 u1 = (u32 *)&fcal->nport_wwn[target];
240 if (!u1[0] && !u1[1]) {
244 alpa, u1[0], u1[1], u2[0], u2[1]);
250 alpa, target, u1[0], u1[1], u2[0], u2[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat19 u1=/tmp/__javautil1
21 trap 'rm -f $s $t $t0 $c $u1 $u2; exit 0' 0 1 2 3 13 15
194 sed -n -f $s < ../dbinc/db.in >> $u1
299 > $u1
389 cat $u1 >> $t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A DMakefile.am27 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c439 int y, u, v, a, u1, v1, a1, w, h; local
477 u1 = u;
483 u1 += u;
487 cb[0] = ALPHA_BLEND(a1 >> 2, cb[0], u1, 1);
514 u1 = u;
521 u1 += u;
525 cb[0] = ALPHA_BLEND(a1 >> 2, cb[0], u1, 1);
534 u1 = u;
540 u1 += u;
548 u1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dioc3.h16 } u1; member in struct:ioc3_uartregs
32 #define iu_rbr u1.rbr
33 #define iu_thr u1.thr
34 #define iu_dll u1.dll
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dioc3.h16 } u1; member in struct:ioc3_uartregs
32 #define iu_rbr u1.rbr
33 #define iu_thr u1.thr
34 #define iu_dll u1.dll
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddsa.c646 gcry_mpi_t w, u1, u2, v;
656 u1 = mpi_alloc( mpi_get_nlimbs(pkey->q) );
663 /* u1 = (hash * w) mod q */
664 mpi_mulm( u1, hash, w, pkey->q );
669 /* v = g^u1 * y^u2 mod p mod q */
670 base[0] = pkey->g; ex[0] = u1;
679 mpi_free(u1);
645 gcry_mpi_t w, u1, u2, v; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c106 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
834 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
842 /* v = ( g^u1 * y^u2 mod p ) mod q */
843 /* let t1 = g ^ u1 mod p */
846 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
852 /* let u1 = t1 * t2 mod p */
853 if (!BN_mod_mul(u1,t1,&t2,dsa->p,ctx))
856 BN_copy(t1,u1);
833 cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g, BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p, BN_CTX *ctx, BN_MONT_CTX *mont) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c108 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
832 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p,
840 /* v = ( g^u1 * y^u2 mod p ) mod q */
841 /* let t1 = g ^ u1 mod p */
844 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
850 /* let u1 = t1 * t2 mod p */
851 if (!BN_mod_mul(u1,t1,&t2,dsa->p,ctx))
854 BN_copy(t1,u1);
831 cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g, BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p, BN_CTX *ctx, BN_MONT_CTX *mont) argument

Completed in 169 milliseconds

12