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

  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-armv4.pl 459 .global gcm_gmult_neon
460 .type gcm_gmult_neon,%function
462 gcm_gmult_neon: label
475 .size gcm_gmult_neon,.-gcm_gmult_neon
  /external/boringssl/linux-arm/crypto/fipsmodule/
ghash-armv4.S 385 .globl gcm_gmult_neon
386 .hidden gcm_gmult_neon
387 .type gcm_gmult_neon,%function
389 gcm_gmult_neon: label
402 .size gcm_gmult_neon,.-gcm_gmult_neon
  /external/boringssl/src/crypto/fipsmodule/modes/
gcm.c 307 void gcm_gmult_neon(uint64_t Xi[2], const u128 Htable[16]);
318 static void gcm_gmult_neon(uint64_t Xi[2], const u128 Htable[16]) { function
397 *out_mult = gcm_gmult_neon;

Completed in 274 milliseconds