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

  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
ghash-x86_64.S 1268 .globl gcm_ghash_avx
1269 .hidden gcm_ghash_avx
1270 .type gcm_ghash_avx,@function
1272 gcm_ghash_avx: label
1274 .size gcm_ghash_avx,.-gcm_ghash_avx
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 1123 .globl gcm_ghash_avx
1124 .type gcm_ghash_avx,\@abi-omnipotent
1126 gcm_ghash_avx:
1119 gcm_ghash_avx: label
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 332 #define gcm_ghash_avx gcm_ghash_clmul macro
336 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, size_t len);
414 ctx->ghash = gcm_ghash_avx;
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 200 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
203 (gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.ghash == gcm_ghash_avx)
    [all...]
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
ghash-x86_64.asm 1318 PUBLIC gcm_ghash_avx
1321 gcm_ghash_avx PROC PUBLIC label
1323 gcm_ghash_avx ENDP

Completed in 681 milliseconds