Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/ux500/hash/
Dhash_core.c87 const u32 *message, u8 index_bytes);
617 const u32 *message, u8 index_bytes) in hash_messagepad() argument
628 while (index_bytes >= 4) { in hash_messagepad()
630 index_bytes -= 4; in hash_messagepad()
634 if (index_bytes) in hash_messagepad()
641 HASH_SET_NBLW(index_bytes * 8); in hash_messagepad()