Home
last modified time | relevance | path

Searched refs:hash_pad (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c272 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() function
430 j = hash_pad(bf, 2 * bs, j, byte_count, true, bs); in sun8i_ce_hash_run()
435 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run()
439 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c429 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() function
643 j = hash_pad(bf, 4096, j, byte_count, true, bs); in sun8i_ss_hash_run()
648 j = hash_pad(bf, 4096, j, byte_count, false, bs); in sun8i_ss_hash_run()

Completed in 3 milliseconds