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

  /external/boringssl/src/crypto/fipsmodule/modes/
gcm_test.cc 172 CHECK_ABI_SEH(gcm_ghash_avx, X, Htable, buf, 16 * blocks);
internal.h 300 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
gcm.c 302 *out_hash = gcm_ghash_avx;
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-x86_64.pl 1171 .globl gcm_ghash_avx
1172 .type gcm_ghash_avx,\@abi-omnipotent
1174 gcm_ghash_avx:
1167 gcm_ghash_avx: label
    [all...]
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
ghash-x86_64.S 1439 .globl gcm_ghash_avx
1440 .hidden gcm_ghash_avx
1441 .type gcm_ghash_avx,@function
1443 gcm_ghash_avx: label
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
ghash-x86_64.asm 1480 global gcm_ghash_avx
1483 gcm_ghash_avx: label
    [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 1286 #define gcm_ghash_avx macro
    [all...]

Completed in 692 milliseconds