Searched refs:gcm_init_neon (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl433 .global gcm_init_neon
434 .type gcm_init_neon,%function
436 gcm_init_neon: label
452 .size gcm_init_neon,.-gcm_init_neon
/freebsd-current/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c29 void gcm_init_neon(__uint128_t Htable[16], const uint64_t Xi[2]);
51 gcm_init_neon(ctx->gcm.Htable, ctx->gcm.H.u);
H A Dghash-armv4.S354 .globl gcm_init_neon
355 .type gcm_init_neon,%function
357 gcm_init_neon: label
373 .size gcm_init_neon,.-gcm_init_neon
/freebsd-current/crypto/openssl/crypto/modes/
H A Dgcm128.c667 void gcm_init_neon(u128 Htable[16], const u64 Xi[2]);
778 gcm_init_neon(ctx->Htable, ctx->H.u);

Completed in 73 milliseconds