/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | blowfish.c | 280 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...] |
H A D | camellia.c | 111 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ 114 ir = xr ^ kr; \ 152 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ 154 ir = CAMELLIA_SP1110(xr & 0xff) \ 155 ^ CAMELLIA_SP0222((xr >> 24) & 0xff) \ 156 ^ CAMELLIA_SP3033((xr >> 16) & 0xff) \ 157 ^ CAMELLIA_SP4404((xr >> 8) & 0xff); \
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | blowfish.c | 280 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...] |
H A D | camellia.c | 113 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ 116 ir = xr ^ kr; \ 154 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ 156 ir = CAMELLIA_SP1110(xr & 0xff) \ 157 ^ CAMELLIA_SP0222((xr >> 24) & 0xff) \ 158 ^ CAMELLIA_SP3033((xr >> 16) & 0xff) \ 159 ^ CAMELLIA_SP4404((xr >> 8) & 0xff); \
|
/osnet-11/usr/src/lib/libdll/common/ |
H A D | dllnext.c | 74 Write_f xr; local 85 if (xr = (Write_f)dlsym(lp, "write")) 86 wr = xr;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 1657 my $m = _one(); my ($xr,$yr); 1667 ($x1, $xr) = _div($c,$x1,$mask); 1670 # make ints() from $xr, $yr 1675 # $b = 1; $xrr = 0; foreach (@$xr) { $xrr += $_ * $b; $b *= $BASE; } 1680 _add($c,$x, _mul($c, [ 0+$xr->[0] & 0+$yr->[0] ], $m) ); 1692 my $m = _one(); my ($xr,$yr); 1702 ($x1, $xr) = _div($c,$x1,$mask); 1704 # make ints() from $xr, $yr (see _and()) 1705 #$b = 1; $xrr = 0; foreach (@$xr) { $xrr += $_ * $b; $b *= $BASE; } 1710 _add($c,$x, _mul($c, [ 0+$xr [all...] |
/osnet-11/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 80 Blowfish_encipher(c, xl, xr) 83 uint32_t *xr; 92 Xr = *xr; 105 *xr = Xl; 110 Blowfish_decipher(c, xl, xr) 113 uint32_t *xr; 122 Xr = *xr; 135 *xr = Xl;
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_dof.c | 491 ulong_t xr, nxr; local 500 xr = 1; /* reserve dofs[0] for the provider itself */ 511 dofs[xr++] = ddo->ddo_xlexport[i];
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | llib-lproc | 114 int Plwp_getxregs(struct ps_prochandle *Pr, lwpid_t i, prxregset_t *xr); 115 int Plwp_setxregs(struct ps_prochandle *Pr, lwpid_t i, const prxregset_t *xr);
|