Home
last modified time | relevance | path

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

/crypto/
Dsalsa20_generic.c29 #define SALSA20_BLOCK_SIZE 64 macro
87 __le32 stream[SALSA20_BLOCK_SIZE / sizeof(__le32)]; in salsa20_docrypt()
89 while (bytes >= SALSA20_BLOCK_SIZE) { in salsa20_docrypt()
92 SALSA20_BLOCK_SIZE); in salsa20_docrypt()
93 bytes -= SALSA20_BLOCK_SIZE; in salsa20_docrypt()
94 dst += SALSA20_BLOCK_SIZE; in salsa20_docrypt()
95 src += SALSA20_BLOCK_SIZE; in salsa20_docrypt()
190 .chunksize = SALSA20_BLOCK_SIZE,