Home
last modified time | relevance | path

Searched refs:STREEBOG_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Dstreebog_generic.c924 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,
/linux/include/crypto/
H A Dstreebog.h19 #define STREEBOG_BLOCK_SIZE 64 macro
27 u8 buffer[STREEBOG_BLOCK_SIZE];