Searched refs:gcm_ghash_neon (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghash-armv4.S | 393 .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 D | ossl_aes_gcm.c | 31 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 D | gcm128.c | 669 void gcm_ghash_neon(u64 Xi[2], const u128 Htable[16], const u8 *inp, 780 CTX__GHASH(gcm_ghash_neon);
|