Searched refs:byte_addr (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | xmss_hash.c | 100 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() 112 prf(bitmask+n, byte_addr, pub_seed, n); 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() [all …]
|
/external/arm-trusted-firmware/drivers/brcm/ |
D | spi_flash.c | 193 unsigned long byte_addr, page_size; in spi_flash_write() local 210 byte_addr = offset % page_size; in spi_flash_write() 212 (uint32_t)(page_size - byte_addr)); in spi_flash_write()
|