Searched refs:GHASH_CHUNK (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dgcm128.c563 * GHASH_CHUNK is "stride parameter" missioned to mitigate cache trashing
567 # define GHASH_CHUNK (3*1024) macro
1086 # if defined(GHASH_CHUNK)
1087 while (len >= GHASH_CHUNK) {
1088 size_t j = GHASH_CHUNK;
1110 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
1111 len -= GHASH_CHUNK;
1323 # if defined(GHASH_CHUNK)
1324 while (len >= GHASH_CHUNK) {
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c553 * GHASH_CHUNK is "stride parameter" missioned to mitigate cache trashing
557 # define GHASH_CHUNK (3*1024) macro
1063 # if defined(GHASH_CHUNK)
1064 while (len >= GHASH_CHUNK) {
1065 size_t j = GHASH_CHUNK;
1087 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
1088 len -= GHASH_CHUNK;
1297 # if defined(GHASH_CHUNK)
1298 while (len >= GHASH_CHUNK) {
[all...]

Completed in 194 milliseconds