Searched refs:byte_addr (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | xmss_hash.c | 97 unsigned char byte_addr[32]; in hash_h() local 101 addr_to_byte(byte_addr, addr); in hash_h() 102 prf(key, byte_addr, pub_seed, n); in hash_h() 105 addr_to_byte(byte_addr, addr); in hash_h() 106 prf(bitmask, byte_addr, pub_seed, n); in hash_h() 108 addr_to_byte(byte_addr, addr); in hash_h() 109 prf(bitmask+n, byte_addr, pub_seed, n); in hash_h() 121 unsigned char byte_addr[32]; in hash_f() local 125 addr_to_byte(byte_addr, addr); in hash_f() 126 prf(key, byte_addr, pub_seed, n); in hash_f() [all …]
|
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_eeprom.c | 3613 unsigned long byte_addr; in ar9300_calibration_data_read_eeprom() local 3622 byte_addr = (u_int16_t) (address + i) % 2; in ar9300_calibration_data_read_eeprom() 3629 buffer[i] = (*svalue >> (8 * byte_addr)) & 0xff; in ar9300_calibration_data_read_eeprom() 3640 unsigned long byte_addr; in ar9300_calibration_data_read_otp() local 3649 byte_addr = (u_int16_t) (address + i) % 4; in ar9300_calibration_data_read_otp() 3655 buffer[i] = (svalue >> (8 * byte_addr)) & 0xff; in ar9300_calibration_data_read_otp()
|