Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dxmss_hash.c100 unsigned char byte_addr[32]; in hash_h() local
104 addr_to_byte(byte_addr, addr); in hash_h()
105 prf(key, byte_addr, pub_seed, n); in hash_h()
108 addr_to_byte(byte_addr, addr); in hash_h()
109 prf(bitmask, byte_addr, pub_seed, n); in hash_h()
111 addr_to_byte(byte_addr, addr); in hash_h()
124 unsigned char byte_addr[32]; in hash_f() local
128 addr_to_byte(byte_addr, addr); in hash_f()
129 prf(key, byte_addr, pub_seed, n); in hash_f()
132 addr_to_byte(byte_addr, addr); in hash_f()
[all …]
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-access.h224 CVMX_FUNCTION uint8_t cvmx_fuse_read_byte(int byte_addr);
H A Dcvmx-access-native.h694 static inline uint8_t cvmx_fuse_read_byte(int byte_addr) in cvmx_fuse_read_byte() argument
699 read_cmd.s.addr = byte_addr; in cvmx_fuse_read_byte()
/freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3669 unsigned long byte_addr; in ar9300_calibration_data_read_eeprom() local
3678 byte_addr = (u_int16_t) (address + i) % 2; in ar9300_calibration_data_read_eeprom()
3685 buffer[i] = (*svalue >> (8 * byte_addr)) & 0xff; in ar9300_calibration_data_read_eeprom()
3696 unsigned long byte_addr; in ar9300_calibration_data_read_otp() local
3705 byte_addr = (u_int16_t) (address + i) % 4; in ar9300_calibration_data_read_otp()
3711 buffer[i] = (svalue >> (8 * byte_addr)) & 0xff; in ar9300_calibration_data_read_otp()
H A Deeprom.diff88 unsigned long byte_addr;