Searched refs:hash_pad (Results 1 – 2 of 2) sorted by relevance
| /drivers/crypto/allwinner/sun8i-ce/ |
| A D | sun8i-ce-hash.c | 261 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() function 418 j = hash_pad(bf, 2 * bs, j, byte_count, true, bs); in sun8i_ce_hash_run() 423 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run() 427 j = hash_pad(bf, 2 * bs, j, byte_count, false, bs); in sun8i_ce_hash_run()
|
| /drivers/crypto/allwinner/sun8i-ss/ |
| A D | sun8i-ss-hash.c | 417 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) in hash_pad() function 631 j = hash_pad(bf, 4096, j, byte_count, true, bs); in sun8i_ss_hash_run() 636 j = hash_pad(bf, 4096, j, byte_count, false, bs); in sun8i_ss_hash_run()
|
Completed in 9 milliseconds