Home
last modified time | relevance | path

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

/drivers/crypto/ux500/hash/
Dhash_core.c719 if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) { in hash_setconfiguration()
774 if ((*index + msg_length) < HASH_BLOCK_SIZE) { in hash_process_data()
787 HASH_BLOCK_SIZE); in hash_process_data()
815 HASH_BLOCK_SIZE); in hash_process_data()
818 count < (u32)(HASH_BLOCK_SIZE - *index); in hash_process_data()
825 HASH_BLOCK_SIZE); in hash_process_data()
827 hash_incrementlength(req_ctx, HASH_BLOCK_SIZE); in hash_process_data()
828 data_buffer += (HASH_BLOCK_SIZE - *index); in hash_process_data()
830 msg_length -= (HASH_BLOCK_SIZE - *index); in hash_process_data()
838 HASH_BLOCK_SIZE); in hash_process_data()
[all …]
Dhash_alg.h13 #define HASH_BLOCK_SIZE 64 macro
237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];
/drivers/crypto/
Ds5p-sss.c205 #define HASH_BLOCK_SIZE 64 macro
226 #define BUFLEN HASH_BLOCK_SIZE
1748 .cra_blocksize = HASH_BLOCK_SIZE,
1773 .cra_blocksize = HASH_BLOCK_SIZE,
1798 .cra_blocksize = HASH_BLOCK_SIZE,