Home
last modified time | relevance | path

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

/linux/drivers/crypto/allwinner/sun8i-ss/
H 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()