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

/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c614 * GHASH_CHUNK is "stride parameter" missioned to mitigate cache trashing
618 # define GHASH_CHUNK (3*1024) macro
1103 # if defined(GHASH) && defined(GHASH_CHUNK)
1104 while (len >= GHASH_CHUNK) {
1105 size_t j = GHASH_CHUNK;
1127 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
1128 len -= GHASH_CHUNK;
1289 # if defined(GHASH) && defined(GHASH_CHUNK)
1290 while (len >= GHASH_CHUNK) {
[all...]

Completed in 80 milliseconds