HASH_BLOCK_SIZE 224 drivers/crypto/s5p-sss.c #define BUFLEN HASH_BLOCK_SIZE HASH_BLOCK_SIZE 1776 drivers/crypto/s5p-sss.c .cra_blocksize = HASH_BLOCK_SIZE, HASH_BLOCK_SIZE 1801 drivers/crypto/s5p-sss.c .cra_blocksize = HASH_BLOCK_SIZE, HASH_BLOCK_SIZE 1826 drivers/crypto/s5p-sss.c .cra_blocksize = HASH_BLOCK_SIZE, HASH_BLOCK_SIZE 237 drivers/crypto/ux500/hash/hash_alg.h u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)]; HASH_BLOCK_SIZE 717 drivers/crypto/ux500/hash/hash_core.c if (device_data->current_ctx->keylen > HASH_BLOCK_SIZE) { HASH_BLOCK_SIZE 772 drivers/crypto/ux500/hash/hash_core.c if ((*index + msg_length) < HASH_BLOCK_SIZE) { HASH_BLOCK_SIZE 785 drivers/crypto/ux500/hash/hash_core.c HASH_BLOCK_SIZE); HASH_BLOCK_SIZE 813 drivers/crypto/ux500/hash/hash_core.c HASH_BLOCK_SIZE); HASH_BLOCK_SIZE 816 drivers/crypto/ux500/hash/hash_core.c count < (u32)(HASH_BLOCK_SIZE - *index); HASH_BLOCK_SIZE 823 drivers/crypto/ux500/hash/hash_core.c HASH_BLOCK_SIZE); HASH_BLOCK_SIZE 825 drivers/crypto/ux500/hash/hash_core.c hash_incrementlength(req_ctx, HASH_BLOCK_SIZE); HASH_BLOCK_SIZE 826 drivers/crypto/ux500/hash/hash_core.c data_buffer += (HASH_BLOCK_SIZE - *index); HASH_BLOCK_SIZE 828 drivers/crypto/ux500/hash/hash_core.c msg_length -= (HASH_BLOCK_SIZE - *index); HASH_BLOCK_SIZE 836 drivers/crypto/ux500/hash/hash_core.c HASH_BLOCK_SIZE); HASH_BLOCK_SIZE 1140 drivers/crypto/ux500/hash/hash_core.c if (device_state->index > HASH_BLOCK_SIZE || HASH_BLOCK_SIZE 1141 drivers/crypto/ux500/hash/hash_core.c (device_state->length.low_word % HASH_BLOCK_SIZE) != 0) {