Home
last modified time | relevance | path

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

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c275 __be64 *bebits; in hash_pad() local
309 bebits = (__be64 *)&buf[j]; in hash_pad()
310 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
314 bebits = (__be64 *)&buf[j]; in hash_pad()
315 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
317 bebits = (__be64 *)&buf[j]; in hash_pad()
318 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c415 __be64 *bebits; in hash_pad() local
449 bebits = (__be64 *)&buf[j]; in hash_pad()
450 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
454 bebits = (__be64 *)&buf[j]; in hash_pad()
455 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
457 bebits = (__be64 *)&buf[j]; in hash_pad()
458 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()