Home
last modified time | relevance | path

Searched refs:g3 (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305.c168 ulong32 g0,g1,g2,g3,g4; in poly1305_done() local
204 g3 = h3 + c; c = g3 >> 26; g3 &= 0x3ffffff; in poly1305_done()
212 g3 &= mask; in poly1305_done()
218 h3 = (h3 & mask) | g3; in poly1305_done()
/optee_os/mk/
H A Dmacros.mk22 version-o-cflags = $(filter-out -g3,$(CFLAGS) $(core-platform-cflags) \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c175 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
199 g3 = (uint32_t) d; in poly1305_compute_mac()
210 acc3 = (acc3 & mask_inv) | (g3 & mask); in poly1305_compute_mac()
/optee_os/core/arch/riscv/
H A Driscv.mk157 platform-cflags-debug-info ?= -g3
/optee_os/core/arch/arm/
H A Darm.mk252 platform-cflags-debug-info ?= -g3