Home
last modified time | relevance | path

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

/crypto/
Dwp512.c33 #define WP512_BLOCK_SIZE 64 macro
40 u8 buffer[WP512_BLOCK_SIZE];
1030 if (bufferBits == WP512_BLOCK_SIZE * 8) { in wp512_update()
1051 if (bufferBits == WP512_BLOCK_SIZE * 8) { in wp512_update()
1077 if (bufferPos > WP512_BLOCK_SIZE - WP512_LENGTHBYTES) { in wp512_final()
1078 if (bufferPos < WP512_BLOCK_SIZE) { in wp512_final()
1079 memset(&buffer[bufferPos], 0, WP512_BLOCK_SIZE - bufferPos); in wp512_final()
1084 if (bufferPos < WP512_BLOCK_SIZE - WP512_LENGTHBYTES) { in wp512_final()
1086 (WP512_BLOCK_SIZE - WP512_LENGTHBYTES) - bufferPos); in wp512_final()
1088 bufferPos = WP512_BLOCK_SIZE - WP512_LENGTHBYTES; in wp512_final()
[all …]