Searched refs:b32 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 383 uint32_t *b32; in blowfish_encrypt_block() local 387 b32 = (uint32_t *)block; in blowfish_encrypt_block() 388 left = b32[0]; in blowfish_encrypt_block() 389 right = b32[1]; in blowfish_encrypt_block() 437 b32 = (uint32_t *)out_block; in blowfish_encrypt_block() 438 b32[0] = left; in blowfish_encrypt_block() 439 b32[1] = right; in blowfish_encrypt_block() 478 uint32_t *b32; in blowfish_decrypt_block() local 482 b32 = (uint32_t *)block; in blowfish_decrypt_block() 483 left = b32[0]; in blowfish_decrypt_block() [all …]
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | crypt.c | 254 } b32; member 270 rslt = (cvt.b32.i0 & 0x3f3f3f3fL) << 2; \ 277 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 279 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 754 B.b32.i0 = k ^ q0 ^ kp->b32.i0; \ in des_cipher() 755 B.b32.i1 = k ^ q1 ^ kp->b32.i1; \ in des_cipher()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 76 uint32_t *b32 = (uint32_t *)b8; in ql_dump_buffer() local 87 (void) sprintf(sp, "%10x", *b32++); in ql_dump_buffer()
|
/titanic_41/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 362 b4inc(uint32_t b32, int8_t delta) in b4inc() argument 367 b4 = b32 & 0xf; in b4inc() 373 b32 = b32 >> 4 | b4 << 28; in b4inc() 375 return (b32); in b4inc()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 3439 1043 1b32 Mobility Radeon HD 4570 28326 3b32 5 Series/3400 Series Chipset Thermal Subsystem
|
H A D | usb.ids | 17726 1b32 Ugobe Life Forms, Inc.
|