HomeSort by relevance Sort by last modified time
    Searched refs:GHASH_CHUNK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c 577 /* GHASH_CHUNK is "stride parameter" missioned to mitigate cache
580 #define GHASH_CHUNK (3*1024)
939 #if defined(GHASH) && defined(GHASH_CHUNK)
940 while (len>=GHASH_CHUNK) {
941 size_t j=GHASH_CHUNK;
957 GHASH(ctx,out-GHASH_CHUNK,GHASH_CHUNK);
958 len -= GHASH_CHUNK;
1088 #if defined(GHASH) && defined(GHASH_CHUNK)
1089 while (len>=GHASH_CHUNK) {
    [all...]
  /external/openssl/crypto/modes/
gcm128.c 577 /* GHASH_CHUNK is "stride parameter" missioned to mitigate cache
580 #define GHASH_CHUNK (3*1024)
939 #if defined(GHASH) && defined(GHASH_CHUNK)
940 while (len>=GHASH_CHUNK) {
941 size_t j=GHASH_CHUNK;
957 GHASH(ctx,out-GHASH_CHUNK,GHASH_CHUNK);
958 len -= GHASH_CHUNK;
1088 #if defined(GHASH) && defined(GHASH_CHUNK)
1089 while (len>=GHASH_CHUNK) {
    [all...]

Completed in 1216 milliseconds