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

  /external/boringssl/linux-x86/crypto/modes/
ghash-x86.S 99 .globl gcm_ghash_4bit_x86
100 .hidden gcm_ghash_4bit_x86
101 .type gcm_ghash_4bit_x86,@function
103 gcm_ghash_4bit_x86: label
208 .size gcm_ghash_4bit_x86,.-.L_gcm_ghash_4bit_x86_begin
  /external/boringssl/src/crypto/modes/
gcm.c 350 void gcm_ghash_4bit_x86(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
466 ctx->ghash = gcm_ghash_4bit_x86;

Completed in 856 milliseconds