Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c270 __le64 *lebits; in hash_pad() local
297 lebits = (__le64 *)&buf[j]; in hash_pad()
298 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c425 __le64 *lebits; in hash_pad() local
452 lebits = (__le64 *)&buf[j]; in hash_pad()
453 *lebits = cpu_to_le64(byte_count << 3); in hash_pad()