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

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c442 uint32_t datar; local
453 datar = 0x00000000;
455 Blowfish_encipher(c, &datal, &datar);
458 c->P[i + 1] = datar;
463 Blowfish_encipher(c, &datal, &datar);
466 c->S[i][k + 1] = datar;
481 uint32_t datar; local
492 datar = 0x00000000;
495 datar ^= Blowfish_stream2word(data, databytes, &j);
496 Blowfish_encipher(c, &datal, &datar);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h131 uint8_t datar; member in union:info_reg::__anon7238

Completed in 142 milliseconds