Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c85 const u32 *message, u8 index_bytes);
615 const u32 *message, u8 index_bytes) in hash_messagepad() argument
626 while (index_bytes >= 4) { in hash_messagepad()
628 index_bytes -= 4; in hash_messagepad()
632 if (index_bytes) in hash_messagepad()
639 HASH_SET_NBLW(index_bytes * 8); in hash_messagepad()