Searched refs:datar (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 442 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() 495 datar ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 496 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ecppreg.h | 131 uint8_t datar; member
|
H A D | ecppvar.h | 417 #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)
|