Searched refs:xr (Results 1 - 25 of 172) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dblowfish.c280 u32 xl, xr, *s0, *s1, *s2, *s3, *p; local
283 xr = *ret_xr;
290 R( xl, xr, 0);
291 R( xr, xl, 1);
292 R( xl, xr, 2);
293 R( xr, xl, 3);
294 R( xl, xr, 4);
295 R( xr, xl, 5);
296 R( xl, xr, 6);
297 R( xr, x
346 u32 xl, xr, *s0, *s1, *s2, *s3, *p; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dblowfish.c280 u32 xl, xr, *s0, *s1, *s2, *s3, *p; local
283 xr = *ret_xr;
290 R( xl, xr, 0);
291 R( xr, xl, 1);
292 R( xl, xr, 2);
293 R( xr, xl, 3);
294 R( xl, xr, 4);
295 R( xr, xl, 5);
296 R( xl, xr, 6);
297 R( xr, x
346 u32 xl, xr, *s0, *s1, *s2, *s3, *p; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dblowfish.h54 * @param xr right four bytes halves of input to be encrypted
57 void av_blowfish_crypt_ecb(struct AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
H A Dblowfish.c338 void av_blowfish_crypt_ecb(AVBlowfish *ctx, uint32_t *xl, uint32_t *xr, argument
345 Xr = *xr;
366 *xr = Xl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjxref.pl31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
32 check_oid($xr);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
77 my $xr = $_;
79 my $o1 = " {NID_$xr, NID_$p1,";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobjxref.pl31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
32 check_oid($xr);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
77 my $xr = $_;
79 my $o1 = " {NID_$xr, NID_$p1,";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c193 int *t, *t1, xr; local
254 xr = MUL(t[28],xp[0]);
255 t[28] = (t[0] - xr);
256 t[0] = (t[0] + xr);
258 xr = MUL(t[4],xp[1]);
259 t[ 4] = (t[24] - xr);
260 t[24] = (t[24] + xr);
262 xr = MUL(t[20],xp[2]);
263 t[20] = (t[8] - xr);
264 t[ 8] = (t[8] + xr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudioenc_template.c205 int *t, *t1, xr; local
266 xr = MUL(t[28],xp[0]);
267 t[28] = (t[0] - xr);
268 t[0] = (t[0] + xr);
270 xr = MUL(t[4],xp[1]);
271 t[ 4] = (t[24] - xr);
272 t[24] = (t[24] + xr);
274 xr = MUL(t[20],xp[2]);
275 t[20] = (t[8] - xr);
276 t[ 8] = (t[8] + xr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dregion.cpp423 _XBox &xr = r->rects[i]; local
425 wr.x = xr.x1;
426 wr.y = xr.y1;
427 wr.width = xr.x2-xr.x1;
428 wr.height = xr.y2-xr.y1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp411 _XBox &xr = r->rects[i];
413 wr.x = xr.x1;
414 wr.y = xr.y1;
415 wr.width = xr.x2-xr.x1;
416 wr.height = xr.y2-xr.y1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-s390x.pl105 xr $t0,$c
109 xr $t0,$d
125 xr $t0,$c
127 xr $t0,$d
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl105 xr $t0,$c
109 xr $t0,$d
125 xr $t0,$c
127 xr $t0,$d
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_ossl.c134 BIGNUM xr; local
140 BN_init(&xr);
175 /* Compute s = inv(k) (m + xr) mod q */
176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
177 if (!BN_add(s, &xr, &m)) goto err; /* s = m + xr */
196 BN_clear_free(&xr);
271 /* Compute part of 's = inv(k) (m + xr) mod q' */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c137 BIGNUM xr; local
144 BN_init(&xr);
179 /* Compute s = inv(k) (m + xr) mod q */
180 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
181 goto err; /* s = xr */
182 if (!BN_add(s, &xr, &m))
183 goto err; /* s = m + xr */
216 BN_clear_free(&xr);
290 /* Compute part of 's = inv(k) (m + xr) mod q' */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_ossl.c137 BIGNUM xr; local
144 BN_init(&xr);
179 /* Compute s = inv(k) (m + xr) mod q */
180 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
181 goto err; /* s = xr */
182 if (!BN_add(s, &xr, &m))
183 goto err; /* s = m + xr */
216 BN_clear_free(&xr);
290 /* Compute part of 's = inv(k) (m + xr) mod q' */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-s390x.pl331 xr $s1,$t1
344 xr $s2,$t2
358 xr $s3,$t3
448 xr $s0,$t0
449 xr $s1,$t2
657 xr $s1,$t1
674 xr $s2,$t2
684 xr $s3,$t3
770 xr $s0,$t0
771 xr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-s390x.pl331 xr $s1,$t1
344 xr $s2,$t2
358 xr $s3,$t3
448 xr $s0,$t0
449 xr $s1,$t2
657 xr $s1,$t1
674 xr $s2,$t2
684 xr $s3,$t3
770 xr $s0,$t0
771 xr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpcrypt.c195 uint32_t xl, xr; local
198 xr = AV_RL32(in + 4);
201 av_blowfish_crypt_ecb(&ctx, &xl, &xr, 0);
204 AV_WL32(out + 4, xr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-s390x.pl144 xr $acc,$TY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl144 xr $acc,$TY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcamellia.c359 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
362 ir = xr ^ kr; \
870 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) \
872 ir = camellia_sp1110[(u8)xr]; \
874 ir ^= camellia_sp0222[ (xr >> 24)]; \
876 ir ^= camellia_sp3033[(u8)(xr >> 16)]; \
878 ir ^= camellia_sp4404[(u8)(xr >> 8)]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dmakefile.wat136 __RTTIFLAG_7 = -xr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dmakefile.wat136 __RTTIFLAG_7 = -xr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dmakefile.wat140 __RTTIFLAG_7 = -xr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCUInt128Test.cpp364 uint8_t xr[16] = { 0xff, 0x01, 0xec, 0x12, 0xd9, 0x27, 0xca, 0x34, 0xb3, 0x4d, 0xa0, 0x5e, 0x95, 0x6b, 0x86, 0x78 }; local
369 ASSERT_EQUALS(CUInt128((uint8_t *)&xr), a);
489 uint8_t xr[16] = { 0xff, 0x01, 0xec, 0x12, 0xd9, 0x27, 0xca, 0x34, 0xb3, 0x4d, 0xa0, 0x5e, 0x95, 0x6b, 0x86, 0x78 }; local
494 ASSERT_EQUALS(CUInt128((uint8_t *)&xr), a);

Completed in 139 milliseconds

1234567