Home
last modified time | relevance | path

Searched defs:word_in (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daesopt.h604 # define word_in(x,c) bytes2word(((const uint8_t*)(x)+4*c)[0], ((const uint8_t*)(x)+4*c)[1], \ macro
609 # define word_in(x,c) (*((uint32_t*)(x)+(c))) macro
612 # define word_in(x,c) aes_sw32(*((uint32_t*)(x)+(c))) macro
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h569 #define word_in(x, c) bytes2word(((const uint8_t *)(x) + 4 * c)[0], \ macro
/freebsd/sys/dev/e1000/
H A De1000_nvm.c452 u16 word_in; in e1000_read_nvm_spi() local
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c1525 u16 word_in; in ixgbe_read_eeprom_buffer_bit_bang() local