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.c982 u8 buffer[STREEBOG_BLOCK_SIZE]; in streebog_stage3()
1006 data += STREEBOG_BLOCK_SIZE; in streebog_update()
1007 len -= STREEBOG_BLOCK_SIZE; in streebog_update()
1008 } while (len >= STREEBOG_BLOCK_SIZE); in streebog_update()
1036 .cra_blocksize = STREEBOG_BLOCK_SIZE,
1049 .cra_blocksize = STREEBOG_BLOCK_SIZE,
/linux/include/crypto/
H A Dstreebog.h19 #define STREEBOG_BLOCK_SIZE 64 macro