Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/arm/
H A Dghash-armv4.S393 .globl gcm_ghash_neon
394 .type gcm_ghash_neon,%function
396 gcm_ghash_neon: label
561 .size gcm_ghash_neon,.-gcm_ghash_neon
H A Dossl_aes_gcm.c31 void gcm_ghash_neon(uint64_t Xi[2], const __uint128_t Htable[16],
142 gcm_ghash_neon(ctx->gcm.Xi.u, ctx->gcm.Htable, aad, i); in gcm_aad()
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c669 void gcm_ghash_neon(u64 Xi[2], const u128 Htable[16], const u8 *inp,
780 CTX__GHASH(gcm_ghash_neon);