Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dutil.c188 __be64 *high_be = (__be64 *)ctr_pos; in add_to_ctr() local
189 __be64 *low_be = high_be + 1; in add_to_ctr()
196 *high_be = __cpu_to_be64(__be64_to_cpu(*high_be) + 1); in add_to_ctr()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c601 __be64 *high_be = (__be64 *)ctr; in cc_update_ctr() local
602 __be64 *low_be = high_be + 1; in cc_update_ctr()
609 *high_be = __cpu_to_be64(__be64_to_cpu(*high_be) + 1); in cc_update_ctr()