blowfish.c | 414 u_int32_t datar; local in function:Blowfish_expand0state 425 datar = 0x00000000; 427 Blowfish_encipher(c, &datal, &datar); 430 c->P[i + 1] = datar; 435 Blowfish_encipher(c, &datal, &datar); 438 c->S[i][k + 1] = datar; 453 u_int32_t datar; local in function:Blowfish_expandstate 464 datar = 0x00000000; 467 datar ^= Blowfish_stream2word(data, databytes, &j); 468 Blowfish_encipher(c, &datal, &datar); [all...] |