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.c717 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 …]
Dhash_alg.h13 #define HASH_BLOCK_SIZE 64 macro
237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];
/drivers/crypto/
Ds5p-sss.c203 #define HASH_BLOCK_SIZE 64 macro
224 #define BUFLEN HASH_BLOCK_SIZE
1776 .cra_blocksize = HASH_BLOCK_SIZE,
1801 .cra_blocksize = HASH_BLOCK_SIZE,
1826 .cra_blocksize = HASH_BLOCK_SIZE,