Lines Matching refs:WP512_BLOCK_SIZE
32 #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()
1088 memcpy(&buffer[WP512_BLOCK_SIZE - WP512_LENGTHBYTES], in wp512_final()
1129 .cra_blocksize = WP512_BLOCK_SIZE,
1143 .cra_blocksize = WP512_BLOCK_SIZE,
1157 .cra_blocksize = WP512_BLOCK_SIZE,