Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dutil.c177 __be64 *high_be = (__be64 *)ctr_pos; in add_to_ctr() local
178 __be64 *low_be = high_be + 1; in add_to_ctr()
185 *high_be = __cpu_to_be64(__be64_to_cpu(*high_be) + 1); in add_to_ctr()