Searched refs:HASH_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
717 if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) { in hash_setconfiguration()772 if ((*index + msg_length) < HASH_BLOCK_SIZE) { in hash_process_data()785 HASH_BLOCK_SIZE); in hash_process_data()813 HASH_BLOCK_SIZE); in hash_process_data()816 count < (u32)(HASH_BLOCK_SIZE - *index); in hash_process_data()823 HASH_BLOCK_SIZE); in hash_process_data()825 hash_incrementlength(req_ctx, HASH_BLOCK_SIZE); in hash_process_data()826 data_buffer += (HASH_BLOCK_SIZE - *index); in hash_process_data()828 msg_length -= (HASH_BLOCK_SIZE - *index); in hash_process_data()836 HASH_BLOCK_SIZE); in hash_process_data()[all …]
13 #define HASH_BLOCK_SIZE 64 macro237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];
203 #define HASH_BLOCK_SIZE 64 macro224 #define BUFLEN HASH_BLOCK_SIZE1776 .cra_blocksize = HASH_BLOCK_SIZE,1801 .cra_blocksize = HASH_BLOCK_SIZE,1826 .cra_blocksize = HASH_BLOCK_SIZE,