Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c269 __be64 *bebits; in hash_pad() local
303 bebits = (__be64 *)&buf[j]; in hash_pad()
304 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
308 bebits = (__be64 *)&buf[j]; in hash_pad()
309 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
311 bebits = (__be64 *)&buf[j]; in hash_pad()
312 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c424 __be64 *bebits; in hash_pad() local
458 bebits = (__be64 *)&buf[j]; in hash_pad()
459 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
463 bebits = (__be64 *)&buf[j]; in hash_pad()
464 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
466 bebits = (__be64 *)&buf[j]; in hash_pad()
467 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()