Searched defs:datar (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dblowfish.c431 u_int32_t datar; local
442 datar = 0x00000000;
444 Blowfish_encipher(c, &datal, &datar);
447 c->P[i + 1] = datar;
452 Blowfish_encipher(c, &datal, &datar);
455 c->S[i][k + 1] = datar;
470 u_int32_t datar; local
481 datar = 0x00000000;
484 datar ^= Blowfish_stream2word(data, databytes, &j);
485 Blowfish_encipher(c, &datal, &datar);
[all...]

Completed in 94 milliseconds