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

  /external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 166 .global gcm_ghash_4bit
167 .hidden gcm_ghash_4bit
168 .type gcm_ghash_4bit,%function
169 gcm_ghash_4bit: label
261 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-x86_64.pl 258 .globl gcm_ghash_4bit
259 .type gcm_ghash_4bit,\@function,4 label
261 gcm_ghash_4bit:
406 .size gcm_ghash_4bit,.-gcm_ghash_4bit
    [all...]
  /external/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 31 .globl gcm_ghash_4bit
32 .hidden gcm_ghash_4bit
33 .type gcm_ghash_4bit,%function
34 gcm_ghash_4bit: label
183 .size gcm_ghash_4bit,.-gcm_ghash_4bit
  /external/boringssl/linux-x86_64/crypto/modes/
ghash-x86_64.S 95 .globl gcm_ghash_4bit
96 .hidden gcm_ghash_4bit
97 .type gcm_ghash_4bit,@function
99 gcm_ghash_4bit: label
661 .size gcm_ghash_4bit,.-gcm_ghash_4bit
  /external/boringssl/src/crypto/modes/
gcm.c 229 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, function
308 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
314 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len)
468 ctx->ghash = gcm_ghash_4bit;
482 ctx->ghash = gcm_ghash_4bit;
487 ctx->ghash = gcm_ghash_4bit;
  /external/boringssl/win-x86_64/crypto/modes/
ghash-x86_64.asm 107 global gcm_ghash_4bit
110 gcm_ghash_4bit: label

Completed in 170 milliseconds