Searched refs:gcm_gmult_neon (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/openssl/arm/ |
H A D | ossl_aes_gcm.c | 30 void gcm_gmult_neon(uint64_t Xi[2], const __uint128_t Htable[16]); 93 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_finish() 102 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_finish() 135 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_aad() 175 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_encrypt() 193 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_encrypt() 218 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_encrypt() 258 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_decrypt() 278 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_decrypt() 292 gcm_gmult_neon(ctx->gcm.Xi.u, ctx->gcm.Htable); in gcm_decrypt()
|
H A D | ghash-armv4.S | 375 .globl gcm_gmult_neon 376 .type gcm_gmult_neon,%function 378 gcm_gmult_neon: label 391 .size gcm_gmult_neon,.-gcm_gmult_neon
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | gcm128.c | 668 void gcm_gmult_neon(u64 Xi[2], const u128 Htable[16]); 779 ctx->gmult = gcm_gmult_neon;
|