Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dwp512.c32 #define WP512_BLOCK_SIZE 64 macro
39 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()
1076 if (bufferPos > WP512_BLOCK_SIZE - WP512_LENGTHBYTES) { in wp512_final()
1077 if (bufferPos < WP512_BLOCK_SIZE) { in wp512_final()
1078 memset(&buffer[bufferPos], 0, WP512_BLOCK_SIZE - bufferPos); in wp512_final()
1083 if (bufferPos < WP512_BLOCK_SIZE - WP512_LENGTHBYTES) { in wp512_final()
1085 (WP512_BLOCK_SIZE - WP512_LENGTHBYTES) - bufferPos); in wp512_final()
1087 bufferPos = WP512_BLOCK_SIZE - WP512_LENGTHBYTES; in wp512_final()
[all …]