Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c270 __be64 *bebits; in sun8i_ce_hash_run() local
374 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
375 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ce_hash_run()
380 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
381 *bebits = cpu_to_be64(byte_count >> 61); in sun8i_ce_hash_run()
383 bebits = (__be64 *)&bf[j]; in sun8i_ce_hash_run()
384 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ce_hash_run()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c432 __be64 *bebits; in hash_pad() local
466 bebits = (__be64 *)&buf[j]; in hash_pad()
467 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
471 bebits = (__be64 *)&buf[j]; in hash_pad()
472 *bebits = cpu_to_be64(byte_count >> 61); in hash_pad()
474 bebits = (__be64 *)&buf[j]; in hash_pad()
475 *bebits = cpu_to_be64(byte_count << 3); in hash_pad()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c332 __be64 *bebits; in sun8i_ss_hash_run() local
418 bebits = (__be64 *)&bf[j]; in sun8i_ss_hash_run()
419 *bebits = cpu_to_be64(byte_count << 3); in sun8i_ss_hash_run()

Completed in 4 milliseconds