Home
last modified time | relevance | path

Searched refs:word_in (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daeskey.c93 rk[0] = ss[0] = word_in(key, 0); in aes_encrypt_key128()
94 rk[1] = ss[1] = word_in(key, 1); in aes_encrypt_key128()
95 rk[2] = ss[2] = word_in(key, 2); in aes_encrypt_key128()
96 rk[3] = ss[3] = word_in(key, 3); in aes_encrypt_key128()
133 rk[0] = ss[0] = word_in(key, 0); in aes_encrypt_key192()
134 rk[1] = ss[1] = word_in(key, 1); in aes_encrypt_key192()
135 rk[2] = ss[2] = word_in(key, 2); in aes_encrypt_key192()
136 rk[3] = ss[3] = word_in(key, 3); in aes_encrypt_key192()
137 rk[4] = ss[4] = word_in(key, 4); in aes_encrypt_key192()
138 rk[5] = ss[5] = word_in(key, 5); in aes_encrypt_key192()
[all …]
H A Daesopt.h569 #define word_in(x, c) bytes2word(((const uint8_t *)(x) + 4 * c)[0], \ macro
578 #define word_in(x, c) (*((uint32_t *)(x) + (c)))
581 #define word_in(x, c) aes_sw32(*((uint32_t *)(x) + (c)))
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c445 u16 word_in; in e1000_read_nvm_spi() local
481 word_in = e1000_shift_in_eec_bits(hw, 16); in e1000_read_nvm_spi()
482 data[i] = (word_in >> 8) | (word_in << 8); in e1000_read_nvm_spi()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000.c553 uint16_t word_in; in e1000_read_eeprom() local
577 word_in = e1000_shift_in_ee_bits(hw, 16); in e1000_read_eeprom()
578 data[i] = (word_in >> 8) | (word_in << 8); in e1000_read_eeprom()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c1168 u16 word_in; in ixgbe_read_eeprom_buffer_bit_bang() local
1202 word_in = ixgbe_shift_in_eeprom_bits(hw, 16); in ixgbe_read_eeprom_buffer_bit_bang()
1203 data[i] = (word_in >> 8) | (word_in << 8); in ixgbe_read_eeprom_buffer_bit_bang()