Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dmorus1280.c26 #define MORUS1280_BLOCK_SIZE (MORUS_BLOCK_WORDS * MORUS1280_WORD_SIZE) macro
36 u8 bytes[MORUS1280_BLOCK_SIZE];
159 while (size >= MORUS1280_BLOCK_SIZE) { in crypto_morus1280_ad()
163 size -= MORUS1280_BLOCK_SIZE; in crypto_morus1280_ad()
164 src += MORUS1280_BLOCK_SIZE; in crypto_morus1280_ad()
167 while (size >= MORUS1280_BLOCK_SIZE) { in crypto_morus1280_ad()
171 size -= MORUS1280_BLOCK_SIZE; in crypto_morus1280_ad()
172 src += MORUS1280_BLOCK_SIZE; in crypto_morus1280_ad()
198 while (size >= MORUS1280_BLOCK_SIZE) { in crypto_morus1280_encrypt_chunk()
205 src += MORUS1280_BLOCK_SIZE; in crypto_morus1280_encrypt_chunk()
[all …]
/linux-4.19.296/include/crypto/
Dmorus1280_glue.h25 #define MORUS1280_BLOCK_SIZE (MORUS_BLOCK_WORDS * MORUS1280_WORD_SIZE) macro
28 u8 bytes[MORUS1280_BLOCK_SIZE];
96 .chunksize = MORUS1280_BLOCK_SIZE, \
119 .chunksize = MORUS1280_BLOCK_SIZE, \