Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c264 __be64 *bebits; in hash_pad() local
298 bebits = (__be64 *)&buf[j]; in hash_pad()
299 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
303 bebits = (__be64 *)&buf[j]; in hash_pad()
304 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
306 bebits = (__be64 *)&buf[j]; in hash_pad()
307 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c420 __be64 *bebits; in hash_pad() local
454 bebits = (__be64 *)&buf[j]; in hash_pad()
455 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
459 bebits = (__be64 *)&buf[j]; in hash_pad()
460 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
462 bebits = (__be64 *)&buf[j]; in hash_pad()
463 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()

Completed in 6 milliseconds