Searched refs:gcm_ghash_neon (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/modes/asm/
H A Dghash-armv4.pl435 .global gcm_ghash_neon
436 .hidden gcm_ghash_neon
437 .type gcm_ghash_neon,%function
439 gcm_ghash_neon: label
500 .size gcm_ghash_neon,.-gcm_ghash_neon
/external/boringssl/linux-arm/crypto/modes/
H A Dghash-armv4.S364 .globl gcm_ghash_neon
365 .hidden gcm_ghash_neon
366 .type gcm_ghash_neon,%function
368 gcm_ghash_neon: label
533 .size gcm_ghash_neon,.-gcm_ghash_neon
/external/boringssl/src/crypto/modes/
H A Dgcm.c374 void gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
387 void gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, function
478 ctx->ghash = gcm_ghash_neon;

Completed in 162 milliseconds