Home
last modified time | relevance | path

Searched refs:gcm_ghash_neon (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/linux-arm/crypto/fipsmodule/
Dghash-armv4.S399 .globl gcm_ghash_neon symbol
400 .hidden gcm_ghash_neon
401 .type gcm_ghash_neon,%function
403 gcm_ghash_neon: label
568 .size gcm_ghash_neon,.-gcm_ghash_neon
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c308 void gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
321 static void gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], in gcm_ghash_neon() function
398 *out_hash = gcm_ghash_neon; in CRYPTO_ghash_init()