Searched refs:MORUS_NONCE_SIZE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/include/crypto/ |
| D | morus1280_glue.h | 94 .ivsize = MORUS_NONCE_SIZE, \ 117 .ivsize = MORUS_NONCE_SIZE, \
|
| D | morus640_glue.h | 94 .ivsize = MORUS_NONCE_SIZE, \ 117 .ivsize = MORUS_NONCE_SIZE, \
|
| D | morus_common.h | 20 #define MORUS_NONCE_SIZE 16 macro
|
| /Linux-v4.19/crypto/ |
| D | morus1280.c | 295 memcpy(tmp.bytes, iv, MORUS_NONCE_SIZE); in crypto_morus1280_init() 296 memset(tmp.bytes + MORUS_NONCE_SIZE, 0, in crypto_morus1280_init() 297 MORUS1280_BLOCK_SIZE - MORUS_NONCE_SIZE); in crypto_morus1280_init() 512 .ivsize = MORUS_NONCE_SIZE,
|
| D | morus640.c | 509 .ivsize = MORUS_NONCE_SIZE,
|