Home
last modified time | relevance | path

Searched refs:datar (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c442 uint32_t datar; in Blowfish_expand0state() local
453 datar = 0x00000000; in Blowfish_expand0state()
455 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
458 c->P[i + 1] = datar; in Blowfish_expand0state()
463 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
466 c->S[i][k + 1] = datar; in Blowfish_expand0state()
481 uint32_t datar; in Blowfish_expandstate() local
492 datar = 0x00000000; in Blowfish_expandstate()
496 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
499 c->P[i + 1] = datar; in Blowfish_expandstate()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h129 uint8_t datar; member
H A Decppvar.h417 #define DATAR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->ir.datar)
427 PP_PUTB((pp)->i_handle, &(pp)->i_reg->ir.datar, val)