Searched refs:HASH_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
732 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 …]
13 #define HASH_BLOCK_SIZE 64 macro237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];