Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c276 __le64 *lebits; in hash_pad() local
303 lebits = (__le64 *)&buf[j]; in hash_pad()
304 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c433 __le64 *lebits; in hash_pad() local
460 lebits = (__le64 *)&buf[j]; in hash_pad()
461 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()