Home
last modified time | relevance | path

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

/third_party/openssl/crypto/modes/
Dgcm128.c567 # define GHASH_CHUNK (3*1024) macro
1084 # if defined(GHASH_CHUNK)
1085 while (len >= GHASH_CHUNK) {
1086 size_t j = GHASH_CHUNK;
1108 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK);
1109 len -= GHASH_CHUNK;
1321 # if defined(GHASH_CHUNK)
1322 while (len >= GHASH_CHUNK) {
1323 size_t j = GHASH_CHUNK;
1325 GHASH(ctx, in, GHASH_CHUNK);
[all …]