Searched refs:STREEBOG_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
924 if (ctx->fillsize >= STREEBOG_BLOCK_SIZE) in streebog_pad()1009 chunksize = STREEBOG_BLOCK_SIZE - ctx->fillsize; in streebog_update()1017 if (ctx->fillsize == STREEBOG_BLOCK_SIZE) { in streebog_update()1023 while (len >= STREEBOG_BLOCK_SIZE) { in streebog_update()1025 data += STREEBOG_BLOCK_SIZE; in streebog_update()1026 len -= STREEBOG_BLOCK_SIZE; in streebog_update()1058 .cra_blocksize = STREEBOG_BLOCK_SIZE,1070 .cra_blocksize = STREEBOG_BLOCK_SIZE,
19 #define STREEBOG_BLOCK_SIZE 64 macro27 u8 buffer[STREEBOG_BLOCK_SIZE];