Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dutil.c191 u64 new_low = orig_low + (u64)increment; in add_to_ctr() local
193 *low_be = __cpu_to_be64(new_low); in add_to_ctr()
194 if (new_low < orig_low) in add_to_ctr()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dpxa168_eth.c453 u32 new_low; in add_del_hash_entry() local
456 new_low = (((mac_addr[1] >> 4) & 0xf) << 15) in add_del_hash_entry()
485 (new_low & 0xfffffff8)) && in add_del_hash_entry()
496 if (((le32_to_cpu(entry->lo) & 0xfffffff8) != (new_low & 0xfffffff8)) && in add_del_hash_entry()
519 entry->lo = cpu_to_le32(new_low); in add_del_hash_entry()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_cipher.c604 u64 new_low = orig_low + (u64)increment; in cc_update_ctr() local
606 *low_be = __cpu_to_be64(new_low); in cc_update_ctr()
608 if (new_low < orig_low) in cc_update_ctr()