Home
last modified time | relevance | path

Searched refs:lebits (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c271 __le64 *lebits; in sun8i_ce_hash_run() local
367 lebits = (__le64 *)&bf[j]; in sun8i_ce_hash_run()
368 *lebits = cpu_to_le64(byte_count << 3); in sun8i_ce_hash_run()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c333 __le64 *lebits; in sun8i_ss_hash_run() local
411 lebits = (__le64 *)&bf[j]; in sun8i_ss_hash_run()
412 *lebits = cpu_to_le64(byte_count << 3); in sun8i_ss_hash_run()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds