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

  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 417 .global gcm_ghash_neon
418 .hidden gcm_ghash_neon
419 .type gcm_ghash_neon,%function
421 gcm_ghash_neon: label
482 .size gcm_ghash_neon,.-gcm_ghash_neon
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 410 .global gcm_ghash_neon
411 .type gcm_ghash_neon,%function
413 gcm_ghash_neon: label
474 .size gcm_ghash_neon,.-gcm_ghash_neon
ghash-armv4.S 351 .global gcm_ghash_neon
352 .type gcm_ghash_neon,%function
354 gcm_ghash_neon: label
519 .size gcm_ghash_neon,.-gcm_ghash_neon
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 358 .global gcm_ghash_neon
359 .hidden gcm_ghash_neon
360 .type gcm_ghash_neon,%function
362 gcm_ghash_neon: label
527 .size gcm_ghash_neon,.-gcm_ghash_neon
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 356 void gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
439 ctx->ghash = gcm_ghash_neon;
  /external/openssl/crypto/modes/
gcm128.c 677 void gcm_ghash_neon(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
761 ctx->ghash = gcm_ghash_neon;
    [all...]

Completed in 63 milliseconds