Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c732 if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) { in hash_setconfiguration()
787 if ((*index + msg_length) < HASH_BLOCK_SIZE) { in hash_process_data()
800 HASH_BLOCK_SIZE / sizeof(u32)); in hash_process_data()
828 HASH_BLOCK_SIZE); in hash_process_data()
831 count < (u32)(HASH_BLOCK_SIZE - *index); in hash_process_data()
838 HASH_BLOCK_SIZE); in hash_process_data()
840 hash_incrementlength(req_ctx, HASH_BLOCK_SIZE); in hash_process_data()
841 data_buffer += (HASH_BLOCK_SIZE - *index); in hash_process_data()
843 msg_length -= (HASH_BLOCK_SIZE - *index); in hash_process_data()
851 HASH_BLOCK_SIZE / sizeof(u32)); in hash_process_data()
[all …]
Dhash_alg.h13 #define HASH_BLOCK_SIZE 64 macro
237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];