Home
last modified time | relevance | path

Searched refs:math (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/math/
H A Dmodulus.c16 struct drvcrypt_math *math = NULL; in drvcrypt_xor_mod_n() local
26 math = drvcrypt_get_ops(CRYPTO_MATH); in drvcrypt_xor_mod_n()
27 if (math) { in drvcrypt_xor_mod_n()
29 ret = math->xor_mod_n(data); in drvcrypt_xor_mod_n()
/optee_os/core/drivers/crypto/crypto_api/
H A Dsub.mk3 subdirs-y += math
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk153 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/multi.c
154 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/rand_prime.c
155 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/rand_bn.c
157 srcs-$(_CFG_CORE_LTC_ACIPHER) += src/math/fp/ltc_ecc_fp_mulmod.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h676 #error LTC_NO_MATH defined, but also a math descriptor
/optee_os/core/lib/qcbor/
H A DREADME.md17 it highly portable. <math.h> and <fenv.h> are used too, but their
291 * `<math.h>` and `<fenv.h>`
292 * The math library (libm, -lm)
304 that doesn't depend on math libraries. It uses masks and shifts
/optee_os/scripts/
H A Dsign_encrypt.py8 import math
360 self.sig_size = math.ceil(self.key.key_size / 8)
/optee_os/core/arch/arm/
H A Darm.mk233 arm32-platform-cflags-hard-float ?= -mfloat-abi=hard -funsafe-math-optimizations