Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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()
1078 if (bufferPos < WP512_BLOCK_SIZE) in wp512_final()
1083 if (bufferPos < WP512_BLOCK_SIZE - WP512_LENGTHBYTES) in wp512_final()
1086 bufferPos = WP512_BLOCK_SIZE - WP512_LENGTHBYTES; in wp512_final()
1087 memcpy(&buffer[WP512_BLOCK_SIZE - WP512_LENGTHBYTES], in wp512_final()
1129 .cra_blocksize = WP512_BLOCK_SIZE,
1141 .cra_blocksize = WP512_BLOCK_SIZE,
[all …]