Searched refs:HASH_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
719 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 …]
13 #define HASH_BLOCK_SIZE 64 macro237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];
205 #define HASH_BLOCK_SIZE 64 macro226 #define BUFLEN HASH_BLOCK_SIZE1748 .cra_blocksize = HASH_BLOCK_SIZE,1773 .cra_blocksize = HASH_BLOCK_SIZE,1798 .cra_blocksize = HASH_BLOCK_SIZE,