fval 1116 source4/heimdal/lib/hcrypto/des.c uint32_t fval, work, right, left; fval 1128 source4/heimdal/lib/hcrypto/des.c fval = SP7[ work & 0x3fL]; fval 1129 source4/heimdal/lib/hcrypto/des.c fval |= SP5[(work >> 8) & 0x3fL]; fval 1130 source4/heimdal/lib/hcrypto/des.c fval |= SP3[(work >> 16) & 0x3fL]; fval 1131 source4/heimdal/lib/hcrypto/des.c fval |= SP1[(work >> 24) & 0x3fL]; fval 1133 source4/heimdal/lib/hcrypto/des.c fval |= SP8[ work & 0x3fL]; fval 1134 source4/heimdal/lib/hcrypto/des.c fval |= SP6[(work >> 8) & 0x3fL]; fval 1135 source4/heimdal/lib/hcrypto/des.c fval |= SP4[(work >> 16) & 0x3fL]; fval 1136 source4/heimdal/lib/hcrypto/des.c fval |= SP2[(work >> 24) & 0x3fL]; fval 1137 source4/heimdal/lib/hcrypto/des.c left ^= fval; fval 1140 source4/heimdal/lib/hcrypto/des.c fval = SP7[ work & 0x3fL]; fval 1141 source4/heimdal/lib/hcrypto/des.c fval |= SP5[(work >> 8) & 0x3fL]; fval 1142 source4/heimdal/lib/hcrypto/des.c fval |= SP3[(work >> 16) & 0x3fL]; fval 1143 source4/heimdal/lib/hcrypto/des.c fval |= SP1[(work >> 24) & 0x3fL]; fval 1145 source4/heimdal/lib/hcrypto/des.c fval |= SP8[ work & 0x3fL]; fval 1146 source4/heimdal/lib/hcrypto/des.c fval |= SP6[(work >> 8) & 0x3fL]; fval 1147 source4/heimdal/lib/hcrypto/des.c fval |= SP4[(work >> 16) & 0x3fL]; fval 1148 source4/heimdal/lib/hcrypto/des.c fval |= SP2[(work >> 24) & 0x3fL]; fval 1149 source4/heimdal/lib/hcrypto/des.c right ^= fval; fval 1157 source4/heimdal/lib/hcrypto/des.c fval = SP7[ work & 0x3fL]; fval 1158 source4/heimdal/lib/hcrypto/des.c fval |= SP5[(work >> 8) & 0x3fL]; fval 1159 source4/heimdal/lib/hcrypto/des.c fval |= SP3[(work >> 16) & 0x3fL]; fval 1160 source4/heimdal/lib/hcrypto/des.c fval |= SP1[(work >> 24) & 0x3fL]; fval 1162 source4/heimdal/lib/hcrypto/des.c fval |= SP8[ work & 0x3fL]; fval 1163 source4/heimdal/lib/hcrypto/des.c fval |= SP6[(work >> 8) & 0x3fL]; fval 1164 source4/heimdal/lib/hcrypto/des.c fval |= SP4[(work >> 16) & 0x3fL]; fval 1165 source4/heimdal/lib/hcrypto/des.c fval |= SP2[(work >> 24) & 0x3fL]; fval 1166 source4/heimdal/lib/hcrypto/des.c left ^= fval; fval 1170 source4/heimdal/lib/hcrypto/des.c fval = SP7[ work & 0x3fL]; fval 1171 source4/heimdal/lib/hcrypto/des.c fval |= SP5[(work >> 8) & 0x3fL]; fval 1172 source4/heimdal/lib/hcrypto/des.c fval |= SP3[(work >> 16) & 0x3fL]; fval 1173 source4/heimdal/lib/hcrypto/des.c fval |= SP1[(work >> 24) & 0x3fL]; fval 1175 source4/heimdal/lib/hcrypto/des.c fval |= SP8[ work & 0x3fL]; fval 1176 source4/heimdal/lib/hcrypto/des.c fval |= SP6[(work >> 8) & 0x3fL]; fval 1177 source4/heimdal/lib/hcrypto/des.c fval |= SP4[(work >> 16) & 0x3fL]; fval 1178 source4/heimdal/lib/hcrypto/des.c fval |= SP2[(work >> 24) & 0x3fL]; fval 1179 source4/heimdal/lib/hcrypto/des.c right ^= fval;